[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 3 / 5 / CJHook / 0.0.2 / CJHook.podspec.json
blob2785711f748399d75e07dadf881d54e49161244e
2   "name": "CJHook",
3   "version": "0.0.2",
4   "summary": "Hook",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "description": "- CJHook/HookCJHelper:Hook帮助类\n\n  A longer description of CJHook in Markdown format.\n\n  * Think: Why did you write this? What is the focus? What does it do?\n  * CocoaPods will be using this to generate tags, and improve search results.\n  * Try to keep it short, snappy and to the point.\n  * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJUIKit.git",
16     "tag": "CJHook_0.0.2"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "CJBaseHelper/HookCJHelper": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "CJFileUploadPanel",
28       "source_files": "CJHook/CJFileUploadPanel/**/*.{h,m}"
29     },
30     {
31       "name": "UIViewController",
32       "source_files": "CJHook/UIViewController/**/*.{h,m}",
33       "dependencies": {
34         "CJBaseHelper/UIViewControllerCJHelper": [
36         ]
37       }
38     },
39     {
40       "name": "UIButton",
41       "source_files": "CJHook/UIButton/**/*.{h,m}"
42     }
43   ]