blob: 8a0049dfcc7f29f3352774fefb6a32b674265c9a [file] [log] [blame]
{
"name": "LCImagePickerController",
"version": "0.1.3",
"summary": "多选图片库",
"homepage": "https://github.com/bawn/LCImagePickerController",
"license": "MIT",
"authors": {
"bawn": "lc5491137@gmail.com"
},
"source": {
"git": "https://github.com/bawn/LCImagePickerController.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LCImagePickerController/**/*.{h,m}",
"resource_bundles": {
"LCImagePickerController": [
"LCImagePickerController/*.storyboard"
]
},
"dependencies": {
"Masonry": [
"~> 0.6.0"
]
},
"frameworks": "AssetsLibrary"
}