[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 1 / ARSwipeToSelectGestureRecognizer / 0.3 / ARSwipeToSelectGestureRecognizer.podspec.json
blobf1f532f0b51df8265b8b49f7b99fcaedae0b9556
2   "name": "ARSwipeToSelectGestureRecognizer",
3   "version": "0.3",
4   "summary": "Swipe-to-Select/Deselect gestures with UICollectionView.",
5   "description": "A UIGestureRecognizer subclass to enable Swipe-to-Select/Deselect with a UICollectionView.",
6   "homepage": "https://github.com/ayn/ARSwipeToSelectGestureRecognizer",
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/ARSwipeToSelectGestureRecognizer.git",
14     "tag": "0.3"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/*.{h,m}"
22   ],
23   "requires_arc": true