[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / ZCCCHelloWorld / 1.0.1 / ZCCCHelloWorld.podspec.json
blob86679f833ba1d12b53a7bc70937439671eb4d489
2   "name": "ZCCCHelloWorld",
3   "version": "1.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "ZCCCHelloWorld/demo/*.{h,m}",
21     "ZCCCHelloWorld/demo2/*.{h,m}"
22   ],
23   "resources": "ZCCCHelloWorld/image/*.png",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]