blob: 8108fe39e50971cc4d07ab7a8fe79fd7687b1d61 [file] [log] [blame]
{
"name": "JPSImagePickerController",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "A pixel-perfect clone of iOS 7's UIImagePickerController, with a few improvements.",
"homepage": "https://github.com/jpsim/JPSImagePickerController",
"authors": {
"JP Simard": "jp@jpsim.com"
},
"source": {
"git": "https://github.com/jpsim/JPSImagePickerController.git",
"tag": "0.0.1"
},
"description": "A pixel-perfect clone of iOS 7's `UIImagePickerController`, with a few improvements. I built this because Apple's image picker is difficult to modify. Works on both iPad & iPhone.",
"source_files": "JPSImagePickerController/*.{h,m}",
"frameworks": [
"MediaPlayer",
"AVFoundation"
],
"resources": "JPSImagePickerController/JPSImagePickerController.bundle",
"requires_arc": true
}