[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / c / DSFacialGestureDetector / 0.0.1 / DSFacialGestureDetector.podspec.json
blob687294ee602676c4b75f5d3a0b14bda4fece6d00
2   "name": "DSFacialGestureDetector",
3   "version": "0.0.1",
4   "summary": "CIDetector with streaming video",
5   "requires_arc": true,
6   "description": "                   Making Facial Gestures or, Using CIDetector with Streaming Video\n",
7   "homepage": "http://dannyshmueli.com/blog/2014/10/23/cidetector-with-live-video-uifacialgestuures/",
8   "license": {
9     "type": "MIT",
10     "file": "MIT-LICENSE"
11   },
12   "authors": {
13     "Danny Shmueli": ""
14   },
15   "social_media_url": "http://twitter.com/dannyshmueli",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/dannyshmueli/DSFacialGestureDetector.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Detector",
25     "Classes/**/*.{h,m}"
26   ],
27   "exclude_files": "DSFacialGestureDetectorExampleProject"