blob: 08e7f105130cb79972614469ee970f6406ca83ff [file] [log] [blame]
{
"name": "ARSwipeToSelectPickerController",
"version": "0.2",
"summary": "A UIImagePickerController-like assets picker that utilizes ARMultiSelectGestureRecognizer for swipe-to-select",
"homepage": "https://github.com/ayn/ARSwipeToSelectPickerController",
"screenshots": "https://files.app.net/hjq6h7HO.gif",
"license": "MIT",
"authors": {
"Andrew Ng": "ayn@andrewng.com",
"Ray Tsaihong": "ray.tsaihong@gmail.com"
},
"source": {
"git": "https://github.com/ayn/ARSwipeToSelectPickerController.git",
"tag": "0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Resources/**/*",
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"ARSwipeToSelectGestureRecognizer": [
"~> 0.2"
]
}
}