[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / 7 / f / GNCheckView / 0.1.1 / GNCheckView.podspec.json
blobcfe62cac33ec50240e6e03fcaa712f07e3bbc83b
2   "name": "GNCheckView",
3   "version": "0.1.1",
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.1"
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   }