blob: 5899a162810dab2b3f76aa68b17af4be4746cf21 [file] [log] [blame]
{
"name": "FastttCamera",
"version": "0.2.5",
"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.2.5"
},
"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}"
}
]
}