[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / 3 / ARSwipeToSelectPickerController / 0.1 / ARSwipeToSelectPickerController.podspec.json
blob8e0545760e8bd588fd8265c26d4605cade900235
2   "name": "ARSwipeToSelectPickerController",
3   "version": "0.1",
4   "summary": "A UIImagePickerController-like assets picker that utilizes ARMultiSelectGestureRecognizer for swipe-to-select",
5   "homepage": "https://github.com/ayn/ARSwipeToSelectPickerController",
6   "license": "MIT",
7   "authors": {
8     "Andrew Ng": "ayn@andrewng.com",
9     "Ray Tsaihong": "ray.tsaihong@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ayn/ARSwipeToSelectPickerController.git",
13     "tag": "0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "frameworks": [
24     "AssetsLibrary",
25     "UIKit",
26     "CoreGraphics"
27   ],
28   "dependencies": {
29     "ARSwipeToSelectGestureRecognizer": [
30       "~> 0.2"
31     ]
32   }