[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / ZCCCHelloWorld / 1.0.2 / ZCCCHelloWorld.podspec.json
blob16a9a36486dcccf531fddfdcfeafd2f54700b514
2   "name": "ZCCCHelloWorld",
3   "version": "1.0.2",
4   "summary": "a sudoku view used on iOS.",
5   "description": "It is a sudoku view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZCCCHelloWorld",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZCCCHelloWorld.git",
13     "tag": "1.0.2",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "demo",
27       "source_files": "ZCCCHelloWorld/demo/*.{h,m}",
28       "public_header_files": "ZCCCHelloWorld/demo/*.h"
29     },
30     {
31       "name": "demo2",
32       "source_files": "ZCCCHelloWorld/demo2/*.{h,m}",
33       "public_header_files": "ZCCCHelloWorld/demo2/*.h"
34     },
35     {
36       "name": "image",
37       "resources": "ZCCCHelloWorld/image/*.png"
38     }
39   ]