Skip to content

Commit 8696693

Browse files
committed
initial commit
1 parent f2c9f43 commit 8696693

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

MLKitPoseClassificationExample.xcworkspace/contents.xcworkspacedata

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Podfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '10.0'
3+
4+
target 'MLKitPoseClassificationExample' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for MLKitPoseClassificationExample
9+
pod 'GoogleMLKit/PoseDetection', '3.0.0'
10+
# pod 'GoogleMLKit/PoseDetectionAccurate', '3.0.0'
11+
end

0 commit comments

Comments
 (0)