blob: 73413767cb446f50777b1ae25d43e1f90245080b [file] [log] [blame]
{
"name": "STPCamera",
"version": "0.2.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.2.1"
},
"source_files": [
"STPCamera/STPCameraManager.*",
"STPCamera/STPCameraView.*",
"STPCamera/NSDateFormatter+Exif.*"
],
"public_header_files": "STPCamera/**/*.h",
"frameworks": [
"ImageIO",
"AVFoundation",
"CoreMotion",
"CoreLocation"
],
"dependencies": {
"pop": [
"~> 1.0"
]
}
}