blob: fe69e7f207c3b5ad962ec4813ab0de3320c9417c [file] [log] [blame]
{
"name": "ARSwipeToSelectPickerController",
"version": "0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Resources/**/*",
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"ARSwipeToSelectGestureRecognizer": [
"~> 0.3"
]
}
}