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