[Add] CustomerIOMessagingPushAPN 3.3.1
[CocoaPods.git] / Specs / 8 / 2 / a / CZGTextureCreator / 0.9.2 / CZGTextureCreator.podspec.json
blob674dff723f4fc4ce6c8fc6f255e8a1d096d496b4
2   "name": "CZGTextureCreator",
3   "version": "0.9.2",
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.9.2"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "Classes",
18   "requires_arc": true,
19   "dependencies": {
20     "cocos2d": [
21       "~> 2.1"
22     ],
23     "DTCoreText": [
24       "~> 1.6"
25     ]
26   },
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/cocos2d/external/kazmath/include\""
29   }