blob: ed27d17ab252de5c3446088a39a5272130765572 [file] [log] [blame]
{
"name": "ImagePickerController",
"version": "0.0.2",
"summary": "A simple, single-view camera and photo picker.",
"homepage": "https://github.com/sixoverground/ImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Six Overground",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sixoverground/ImagePickerController.git",
"tag": "0.0.2"
},
"source_files": "Classes/**/*",
"resource_bundles": {
"ImagePickerController": [
"Images/*.{png}"
]
},
"frameworks": "AVFoundation",
"requires_arc": true
}