[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / c / PhotoLibraryPicker / 0.1.0 / PhotoLibraryPicker.podspec.json
blob16f14f0c0f84ee20f4e1f9a00a34243ac035353e
2   "name": "PhotoLibraryPicker",
3   "version": "0.1.0",
4   "summary": "A basic wrapper around UIImagePickerController that simplifies presenting the Photo Library / Camera picker.",
5   "description": "PhotoLibraryPicker is a basic Swift wrapper around UIImagePickerController that simplifies presenting the Photo Library / Camera picker. It\nencapsules the UIImagePickerController and UIImagePickerControllerDelegate and provides a simple API for presenting the View Controllers,\nand handling the assets that the user picks.",
6   "homepage": "https://github.com/phillfarrugia/PhotoLibraryPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "phillfarrugia": "me@phillfarrugia.com"
13   },
14   "source": {
15     "git": "https://github.com/phillfarrugia/PhotoLibraryPicker.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PhotoLibraryPicker/Classes/**/*",
22   "pushed_with_swift_version": "4.0"