[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / e / BLPhotoAssetPickerController / 0.1.0 / BLPhotoAssetPickerController.podspec.json
blob35e41f6efefb1aaedeec43862ba60a1f32c3f5ad
2   "name": "BLPhotoAssetPickerController",
3   "version": "0.1.0",
4   "summary": "A image picker supports multiple selection.",
5   "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.",
6   "homepage": "https://github.com/guangmingzizai/BLPhotoAssetPickerController",
7   "screenshots": [
8     "https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController1t.png?raw=true",
9     "https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController2t.png?raw=true",
10     "https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController3t.png?raw=true",
11     "https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController4t.png?raw=true",
12     "https://github.com/guangmingzizai/BLPhotoAssetPickerController/raw/master/Screenshots/BLPhotoAssetPickerController5t.png?raw=true"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "guangmingzizai": "guangmingzizai@qq.com"
20   },
21   "source": {
22     "git": "https://github.com/guangmingzizai/BLPhotoAssetPickerController.git",
23     "tag": "0.1.0"
24   },
25   "platforms": {
26     "ios": "8.0"
27   },
28   "source_files": "BLPhotoAssetPickerController/Classes/**/*",
29   "resource_bundles": {
30     "BLPhotoAssetPickerController": [
31       "BLPhotoAssetPickerController/Assets/*.png"
32     ]
33   },
34   "requires_arc": true,
35   "frameworks": [
36     "UIKit",
37     "AssetsLibrary",
38     "QuartzCore"
39   ],
40   "dependencies": {
41     "MBProgressHUD": [
43     ],
44     "MWPhotoBrowser@guangmingzizai": [
45       "~> 2.2.0"
46     ],
47     "Masonry": [
49     ]
50   }