[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 7 / 4 / CZGSpinLayer / 0.3.1 / CZGSpinLayer.podspec.json
blobce4fdef15de3fba62e6b81b1152dd9025ee0349f
2   "name": "CZGSpinLayer",
3   "version": "0.3.1",
4   "license": "MIT",
5   "summary": "A spinnable CCLayer subclass.",
6   "homepage": "https://github.com/czgarrett/CZGSpinLayer",
7   "authors": {
8     "Christopher Z. Garrett": "z@zworkbench.com"
9   },
10   "source": {
11     "git": "https://github.com/czgarrett/CZGSpinLayer.git",
12     "tag": "0.3.1"
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   },
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/cocos2d/external/kazmath/include\""
26   }