[Add] YotiSDKIdentityDocument 6.1.0
[CocoaPods.git] / Specs / e / 3 / 0 / AISwingKit / 1.0.14 / AISwingKit.podspec.json
blobeac8026ec3a85c33687323b594bde3c4a2b35513
2   "name": "AISwingKit",
3   "version": "1.0.14",
4   "summary": "AI Swing Kit",
5   "description": "AI Swing Kit is a SDK built on top of Google's MLKit and Apple's Vision frameworks for providing basic swing related features like 1) auto detecting 2) auto sequencing\n3) swing scoring",
6   "homepage": "https://gitlab.squarevalleytech.com/18birdies-research/ai-swing-kit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "davidyu": "david.yu@18birdies.com"
13   },
14   "source": {
15     "git": "git@gitlab.squarevalleytech.com:18birdies-research/ai-swing-kit.git",
16     "tag": "1.0.14"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "AISwingKit/**/*.{h,m}",
22   "static_framework": true,
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "VALID_ARCHS": "x86_64 arm64 armv7"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
29     "VALID_ARCHS": "x86_64 arm64 armv7"
30   },
31   "frameworks": [
32     "UIKit",
33     "AVFoundation",
34     "Vision"
35   ]