[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 5 / 1 / CZGPolygonLayer / 0.1.2 / CZGPolygonLayer.podspec.json
blob46c4be1b547ee85403c53237b127e37eb53d194b
2   "name": "CZGPolygonLayer",
3   "version": "0.1.2",
4   "license": "MIT",
5   "summary": "A CCNode subclass that lets you draw arbitrary triangle strips.",
6   "homepage": "https://github.com/czgarrett/CZGPolygonLayer",
7   "authors": {
8     "Christopher Z. Garrett": "z@zworkbench.com"
9   },
10   "source": {
11     "git": "https://github.com/czgarrett/CZGPolygonLayer.git",
12     "tag": "v0.1.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "Classes",
18   "requires_arc": true,
19   "dependencies": {
20     "cocos2d": [
21       "~> 2.0.0"
22     ]
23   }