blob: 72c6353ebbfc99901faf6fe9a191bd96af22c822 [file] [log] [blame]
{
"name": "ImagePicker-Objective-C",
"version": "0.0.1",
"summary": "Objective-C for ImagePicker(https://github.com/hyperoslo/ImagePicker).",
"homepage": "https://github.com/lettleprince/ImagePicker-Objective-C",
"license": "MIT",
"authors": {
"Tony Han": "tong.decula@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lettleprince/ImagePicker-Objective-C.git",
"tag": "0.0.1"
},
"source_files": "Source/**/*",
"resource_bundles": {
"ImagePicker": [
"Images/*.{png}"
]
},
"frameworks": [
"Foundation",
"AVFoundation"
],
"requires_arc": true
}