[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / 4 / TechniqueAnalysis / 0.2.0 / TechniqueAnalysis.podspec.json
blobbc6a75efacdd6bf0e8691c2dec4e9523e78b7b93
2   "name": "TechniqueAnalysis",
3   "version": "0.2.0",
4   "summary": "A CocoaPod to track body motion and analyze exercise technique.",
5   "description": "This is a CocoaPod which processes video footage of a user doing an exercise and provides feedback on the user's form. The general idea is to capture a timeseries, where each data point contains an array of body point locations in 2D space, along with a confidence level on the accuracy of each body point. Timeseries are compared using k-Nearest Neighbor and Dynamic Time Warping to find the nearest neighbor.",
6   "homepage": "https://github.com/trevphil/TechniqueAnalysis",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "trevphil": "trevor.j.phillips@uconn.edu"
13   },
14   "source": {
15     "git": "https://github.com/trevphil/TechniqueAnalysis.git",
16     "tag": "0.2.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "Models/**/*",
24     "Utils/**/*",
25     "Views/**/*"
26   ],
27   "frameworks": [
28     "UIKit",
29     "AVKit",
30     "CoreML",
31     "AVFoundation",
32     "Vision",
33     "CoreMedia"
34   ]