[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 7 / 4 / iOSWorkingComponents / 0.0.10 / iOSWorkingComponents.podspec.json
blob5c5d26ae69a68ffda286435bb7b7a96c2d9449d2
2   "name": "iOSWorkingComponents",
3   "version": "0.0.10",
4   "summary": "iOSWorkingComponentsiOS开发组件",
5   "description": "iOSWorkingComponents是一款iOS开发常用工具,以组建方式存在,目前版本逐渐完善。\n\t\t\tiOSWorkingComponents是公共组建,从而提高工作效率。",
6   "homepage": "https://github.com/wzkpony/iOSWorkingComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pony": "1477867638@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wzkpony/iOSWorkingComponents.git",
19     "tag": "0.0.10"
20   },
21   "source_files": "iOSWorkingComponents/iOSWorkingComponents/Components/ComponentsHeader.h",
22   "public_header_files": "iOSWorkingComponents/iOSWorkingComponents/Components/ComponentsHeader.h",
23   "requires_arc": true,
24   "ios": {
25     "dependencies": {
26       "WMPageController": [
27         "2.3.0"
28       ],
29       "JKCategories": [
30         " 1.8.1"
31       ],
32       "WebViewJavascriptBridge": [
33         "~> 6.0"
34       ],
35       "Masonry": [
37       ]
38     }
39   },
40   "subspecs": [
41     {
42       "name": "AppConfig",
43       "source_files": "iOSWorkingComponents/iOSWorkingComponents/Components/AppConfig/*.{h,m}"
44     },
45     {
46       "name": "BaseUI",
47       "dependencies": {
48         "iOSWorkingComponents/AppConfig": [
50         ]
51       },
52       "source_files": "iOSWorkingComponents/iOSWorkingComponents/Components/BaseUI/*.{h,m}"
53     }
54   ]