blob: daf7ad7154ca894750e68501477c5708a5f349e9 [file] [log] [blame]
{
"name": "STPCamera",
"version": "0.1.1",
"summary": "The camera.",
"homepage": "https://github.com/Taktstck/STPCamera",
"license": {
"type": "BSD"
},
"authors": {
"1_am_a_geek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1_am_a_geek",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Taktstck/STPCamera.git",
"tag": "0.1.1"
},
"source_files": [
"STPCamera/**/*.{h,m}"
],
"exclude_files": [
"STPCamera/AppDelegate.*",
"STPCamera/main.m"
],
"public_header_files": "STPCamera/**/*.h",
"frameworks": [
"ImageIO",
"AVFoundation",
"CoreMotion",
"CoreLocation"
],
"dependencies": {
"pop": [
"~> 1.0"
]
}
}