[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 7 / f / GNCheckView / 0.1.8 / GNCheckView.podspec.json
blob1dd6b30709e7fbde5c00aff1dfd84c27c5c15116
2   "name": "GNCheckView",
3   "version": "0.1.8",
4   "summary": "A UIView subclass that neatly animates between a checked and an unchecked state.",
5   "description": "A UIView subclass that neatly animates between a checked and an unchecked state. Serves as a nice alternative to UITableViewAccessoryTypeCheckmark or for any other of your check-marking needs!",
6   "homepage": "https://github.com/gonzalonunez/GNCheckView",
7   "license": "MIT",
8   "authors": {
9     "Gonzalo Nunez": "gonzi@tcpmiami.com"
10   },
11   "source": {
12     "git": "https://github.com/gonzalonunez/GNCheckView.git",
13     "tag": "0.1.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GNCheckView": [
22       "Pod/Assets/*.png"
23     ]
24   }