blob: dfce58b09f93e26f5174f0b5882f83f4a35cba95 [file] [log] [blame]
{
"name": "STPCamera",
"version": "0.1.0",
"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.0"
},
"source_files": [
"STPCamera/**/*.{h,m}"
],
"exclude_files": [
"STPCamera/AppDelegate.*",
"STPCamera/main.m"
],
"public_header_files": "STPCamera/**/*.h",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}