blob: d5124075fce615d841303b2d8b183ca119109291 [file] [log] [blame]
{
"name": "PSImagePicker",
"version": "1.0.0",
"summary": "A convenience image picker",
"description": "A convenience image picker. \nPick ONE image from camera or PhotoLibrary fast and make your ViewController code clean.",
"homepage": "https://github.com/DeveloperPans/PSImagePicker",
"screenshots": "https://raw.githubusercontent.com/DeveloperPans/PSImagePicker/master/PSImagePicker.gif",
"license": "MIT",
"authors": {
"Pan": "developerpans@163.com"
},
"social_media_url": "http://shengpan.net",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/DeveloperPans/PSImagePicker.git",
"tag": "1.0.0"
},
"source_files": "PSImagePickerExample/PSImagePicker/**/*.{h,m}"
}