[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / a / 7 / PhotoLibraryManager / 0.1.0 / PhotoLibraryManager.podspec.json
blobfc43ec691c477381f8911fa77d99d67f33723ecf
2   "name": "PhotoLibraryManager",
3   "version": "0.1.0",
4   "summary": "A manager for asking permission and execute several actions in iOS Photo Library.",
5   "description": "With PhotoLibraryManager you can ask for user permission to access photo library. If you gain access you get some great features including checking if an album already exists, making a new album with your custom name, save a photo to your album, check if a photo exists, get a photo with specific identifier, delete a photo etc. If the user denied access, an alert window can lead him to app settings in order to change permission if he wants to.",
6   "homepage": "https://github.com/tdermaris/PhotoLibraryManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tdermaris": "tdermaris@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tdermaris/PhotoLibraryManager.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "PhotoLibraryManager/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Photos"
26   ]