[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 9 / 7 / a / DLFPhotosPicker / 0.15 / DLFPhotosPicker.podspec.json
blob70f6eca7f22785355edc77d369eea284f36caec9
2   "name": "DLFPhotosPicker",
3   "version": "0.15",
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.\n",
6   "homepage": "https://github.com/nicnocquee/DLFPhotosPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nico Prananta": "email@address.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/nicnocquee/DLFPhotosPicker.git",
19     "tag": "0.15"
20   },
21   "source_files": "PhotosPicker/Source",
22   "frameworks": "UIKit",
23   "requires_arc": true