[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / 7 / a / DLFPhotosPicker / 0.16.1 / DLFPhotosPicker.podspec.json
blob7530db130be5e793dfbdf7247e7334182493cac1
2   "name": "DLFPhotosPicker",
3   "version": "0.16.1",
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\n                  Features:\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": "Nico Prananta",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/nicnocquee/DLFPhotosPicker.git",
17     "tag": "0.16.1"
18   },
19   "source_files": "PhotosPicker/Source",
20   "frameworks": "UIKit",
21   "requires_arc": true