blob: 4ef67a37dbc92dea6d433e7c9b176b9fb14588e2 [file] [log] [blame]
{
"name": "FastttCamera",
"version": "0.3.2",
"summary": "A fast, straightforward implementation of AVFoundation camera with customizable real-time photo filters.",
"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.3.2"
},
"social_media_url": "https://twitter.com/skelovenko",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"compiler_flags": "-fmodules",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "FastttCamera/*.{h,m}"
},
{
"name": "Filters",
"dependencies": {
"GPUImage": [
"~> 0.1.0"
],
"FastttCamera/Default": [
]
},
"source_files": "FastttCamera/Filters/*.{h,m}"
}
]
}