[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 0 / CHKit / 0.0.1 / CHKit.podspec.json
blob9321feaf0d320368eecb19358da08c3adfbb57d2
2   "name": "CHKit",
3   "version": "0.0.1",
4   "summary": "A custom view and tool framework of CHKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/chenjialin1016/CHKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenjialin1016": "1109221208@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/chenjialin1016/CHKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CHKit/Classes/CJLKit.h",
22   "subspecs": [
23     {
24       "name": "CJLCustomUI",
25       "source_files": "CHKit/Classes/CJLCustomUI/**/*.{h,m}"
26     }
27   ]