blob: 1b1dffece452d709054e10fa81e07974e3ebf0d8 [file] [log] [blame]
{
"name": "LLImagePicker",
"version": "1.0.1",
"summary": "A clone of UIImagePickerController with multiple selection support.",
"homepage": "https://github.com/kevll/LLImagePicker",
"license": "MIT",
"authors": {
"kevll": "kevliule@gmail.com"
},
"social_media_url": "https://twitter.com/kevliule",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kevll/LLImagePicker.git",
"tag": "1.0.1"
},
"source_files": "LLImagePicker/*.{swift}",
"exclude_files": "LLImagePicker/LLImagePicker.h",
"resource_bundles": {
"LLImagePicker": "LLImagePicker/*.{xib}"
},
"frameworks": "Photos",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}