[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 2 / a / CZGTextureCreator / 0.7.0 / CZGTextureCreator.podspec.json
blob101f2016191f4347bae6af919009f7a881f3e214
2   "name": "CZGTextureCreator",
3   "version": "0.7.0",
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.7.0"
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   }