[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 7 / f / GNCheckView / 0.1.2 / GNCheckView.podspec.json
blob3f31e84e68bdbda23af25911a112b07a1f70b22d
2   "name": "GNCheckView",
3   "version": "0.1.2",
4   "summary": "A UIView subclass that allows animating smoothly between a checked and an unchecked state.",
5   "description": "A UIView subclass that allows animating smoothly between a checked and an unchecked state, meant to provide a sleeker alternative to the UITableViewAccessoryCheckmark or any other of your check marking needs!.\n                    * Markdown format.\n                    * Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/gonzalonunez/GNCheckView",
7   "license": "MIT",
8   "authors": {
9     "gonzalonunez": "gonzi@tcpmiami.com"
10   },
11   "source": {
12     "git": "https://github.com/gonzalonunez/GNCheckView.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "module_name": "GNCheckView",
21   "resource_bundles": {
22     "GNCheckView": [
23       "Pod/Assets/*.png"
24     ]
25   }