[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 2 / a / CZGTextureCreator / 0.6.1 / CZGTextureCreator.podspec.json
blob88537d465d1c61c02eebedb292bdc523b3d3c7f7
2   "name": "CZGTextureCreator",
3   "version": "0.6.1",
4   "license": "MIT",
5   "summary": "A cocos2d class for drawing textures with Core Graphics and Core Text.",
6   "homepage": "https://github.com/czgarrett/CZGTextureCreator",
7   "authors": {
8     "Christopher Z. Garrett": "z@zworkbench.com"
9   },
10   "source": {
11     "git": "https://github.com/czgarrett/CZGTextureCreator.git",
12     "tag": "0.6.1"
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     "DTCoreText": [
24       "~> 1.5.2"
25     ]
26   }