[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 2 / a / CZGTextureCreator / 0.2.0 / CZGTextureCreator.podspec.json
blob66e0a7aff94696c7a92389bf67c9f859dc444c3c
2   "name": "CZGTextureCreator",
3   "version": "0.2.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": "v0.2.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.1.0"
25     ]
26   }