blob: 0e62fa1fda71144af5fecefe7a29d430e6477191 [file] [log] [blame]
{
"name": "LCImagePickerController",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LCImagePickerController/**/*.{h,m}",
"resource_bundles": {
"LCImagePickerController": [
"LCImagePickerController/*.storyboard"
]
},
"dependencies": {
"Masonry": [
"~> 0.6.0"
]
},
"frameworks": "AssetsLibrary"
}