blob: e054b531964f2ad0f308833a998eecb342e285fc [file] [log] [blame]
{
"name": "DLFPhotosPicker",
"version": "0.16.2",
"summary": "Photos picker for iOS using iOS 8 Photos framework",
"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.",
"homepage": "https://github.com/nicnocquee/DLFPhotosPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nico Prananta",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nicnocquee/DLFPhotosPicker.git",
"tag": "0.16.2"
},
"source_files": "PhotosPicker/Source",
"frameworks": "UIKit",
"requires_arc": true
}