blob: 35e41f6efefb1aaedeec43862ba60a1f32c3f5ad [file] [log] [blame]
{
"name": "BLPhotoAssetPickerController",
"version": "0.1.0",
"summary": "A image picker supports multiple selection.",
"description": "BLPhotoAssetPickerController can select multiple images from photo album, and support take camera. You can customize the selection photo num.\nIt's design has many defects, but I have no time to refactor it.\nSince my work is so busy, I can't promise to maintain this library.",
"homepage": "https://github.com/guangmingzizai/BLPhotoAssetPickerController",
"screenshots": [
"https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController1t.png?raw=true",
"https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController2t.png?raw=true",
"https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController3t.png?raw=true",
"https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController4t.png?raw=true",
"https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController5t.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guangmingzizai": "guangmingzizai@qq.com"
},
"source": {
"git": "https://github.com/guangmingzizai/BLPhotoAssetPickerController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BLPhotoAssetPickerController/Classes/**/*",
"resource_bundles": {
"BLPhotoAssetPickerController": [
"BLPhotoAssetPickerController/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"AssetsLibrary",
"QuartzCore"
],
"dependencies": {
"MBProgressHUD": [
],
"MWPhotoBrowser@guangmingzizai": [
"~> 2.2.0"
],
"Masonry": [
]
}
}