blob: e326bc10aa59b93866a394845168b0b2ed13a3b3 [file] [log] [blame]
{
"name": "JFImagePicker",
"version": "1.0.0",
"license": "MIT",
"summary": "A fast ImagePicker for iOS.",
"homepage": "https://github.com/johnil/JFImagePickerController",
"social_media_url": "http://weibo.com/u/3732851864",
"authors": {
"Johnil": "johnil@me.com"
},
"source": {
"git": "https://github.com/johnil/JFImagePickerController.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "JFImagePickerController/JFImagePickerController/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"ImageIO",
"AssetsLibrary"
]
}