blob: 5aa46b1edf2a791215fb9bcb84141fbd0a0fa76b [file] [log] [blame]
{
"name": "STPCamera",
"version": "0.2.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.2.0"
},
"source_files": [
"STPCamera/STPCameraMnager.*",
"STPCamera/STPCameraView.*"
],
"public_header_files": "STPCamera/**/*.h",
"frameworks": [
"ImageIO",
"AVFoundation",
"CoreMotion",
"CoreLocation"
],
"dependencies": {
"pop": [
"~> 1.0"
]
}
}