blob: 687294ee602676c4b75f5d3a0b14bda4fece6d00 [file] [log] [blame]
{
"name": "DSFacialGestureDetector",
"version": "0.0.1",
"summary": "CIDetector with streaming video",
"requires_arc": true,
"description": " Making Facial Gestures or, Using CIDetector with Streaming Video\n",
"homepage": "http://dannyshmueli.com/blog/2014/10/23/cidetector-with-live-video-uifacialgestuures/",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Danny Shmueli": ""
},
"social_media_url": "http://twitter.com/dannyshmueli",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dannyshmueli/DSFacialGestureDetector.git",
"tag": "0.0.1"
},
"source_files": [
"Detector",
"Classes/**/*.{h,m}"
],
"exclude_files": "DSFacialGestureDetectorExampleProject"
}