[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / 7 / f / GNCheckView / 0.1.0 / GNCheckView.podspec.json
blob8a8c9c0a5c7f15173d37c8506f15f459e8ad4855
2   "name": "GNCheckView",
3   "version": "0.1.0",
4   "summary": "A UIView subclass that allows animating smoothly between a checked and an unchecked state.",
5   "homepage": "https://github.com/gonzalonunez/GNCheckView",
6   "license": "MIT",
7   "authors": {
8     "gonzalonunez": "gonzi@tcpmiami.com"
9   },
10   "source": {
11     "git": "https://github.com/gonzalonunez/GNCheckView.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "GNCheckView": [
21       "Pod/Assets/*.png"
22     ]
23   }