[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / e / d / CJBaseUIKit / 0.0.2 / CJBaseUIKit.podspec.json
bloba94467935c3bb41258f76f449365edd93e5aad01
2   "name": "CJBaseUIKit",
3   "version": "0.0.2",
4   "summary": "自定义的基础UI",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "description": "已在CJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n\nA longer description of CJPopupAction 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     "lichq": ""
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJUIKit.git",
16     "tag": "CJRefreshComponent_0.0.2"
17   },
18   "source_files": "CJUIKit/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "CJRefreshComponent",
24       "source_files": "CJUIKit/CJRefreshComponent/**/*.{h,m}",
25       "resources": "CJUIKit/CJRefreshComponent/**/*.{png,xib}",
26       "dependencies": {
27         "MJRefresh": [
28           "~> 3.1.12"
29         ]
30       }
31     }
32   ]