[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 7 / a / DLFPhotosPicker / 0.16.5 / DLFPhotosPicker.podspec.json
blob47ffff7ebc5fe8313ef32d87387e6b4546ad6854
2   "name": "DLFPhotosPicker",
3   "version": "0.16.5",
4   "summary": "Photos picker for iOS using iOS 8 Photos framework",
5   "description": "This is a library to select single photo or multiple photos in iOS 8 or later using iOS Photos framework. I use this library in my app, Delightful app.\n\nFeatures:\n--\n\n- Tap and hold a photo to preview (zoom).\n- Pinch out a photo to preview (zoom).\n- Drag to select multiple photos quickly. Simply drag to left or right to start selecting multiple photos.\n- Works on both landscape and portrait.\n- Using iOS 8's UISplitViewController for albums and photos. You can see the split view on iPhone 6 plus landscape.\n- Quickly clear all selections.\n- Selected photos are retained when changing album.",
6   "homepage": "https://github.com/nicnocquee/DLFPhotosPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nico Prananta": "nicnocquee@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/nicnocquee/DLFPhotosPicker.git",
16     "tag": "0.16.5"
17   },
18   "social_media_url": "https://twitter.com/nicnocquee",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DLFPhotosPicker/Classes/**/*.*"