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