[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / BPPhotoLibrarian / 1.0.0 / BPPhotoLibrarian.podspec.json
bloba0e4f5dd02db7d9787aa63514d43281a15912466
2   "name": "BPPhotoLibrarian",
3   "version": "1.0.0",
4   "summary": "Simple helpers for accessing the iOS photo library.",
5   "homepage": "https://github.com/brianpartridge/BPPhotoLibrarian",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Brian Partridge": "brianpartridge@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/brianpartridge/BPPhotoLibrarian.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "BPPhotoLibrarian",
22     "BPPhotoLibrarian/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "AssetsLibrary",
26     "MobileCoreServices"
27   ],
28   "requires_arc": true