blob: a700c662b954a8245a0806a75ba397de3bf74f1f [file] [log] [blame]
{
"name": "FastttCamera",
"version": "0.1.0",
"summary": "A fast, straightforward implementation of AVFoundation camera.",
"homepage": "https://github.com/IFTTT/FastttCamera",
"license": "MIT",
"authors": {
"Laura Skelton": "laura@ifttt.com",
"Jonathan Hersh": "jonathan@ifttt.com",
"Max Meyers": "max@ifttt.com",
"Devin Foley": "devin@ifttt.com"
},
"source": {
"git": "https://github.com/IFTTT/FastttCamera.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/skelovenko",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"compiler_flags": "-fmodules",
"source_files": "FastttCamera/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
]
}