[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / c / OCFrame / 1.1.4 / OCFrame.podspec.json
blobb53d9094fa20681f6ee6dc7e6a8a906c4d844ef3
2   "name": "OCFrame",
3   "version": "1.1.4",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using ObjC.",
6   "homepage": "https://github.com/tospery/OCFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/OCFrame.git",
16     "tag": "1.1.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "OCFrame/OCFrame.h",
23   "subspecs": [
24     {
25       "name": "OCFCore",
26       "source_files": "OCFrame/OCFCore/**/*",
27       "dependencies": {
28         "libextobjc/EXTConcreteProtocol": [
29           "0.6"
30         ],
31         "CocoaLumberjack": [
32           "3.7.2"
33         ],
34         "Mantle-JX": [
35           "2.2.0-v4"
36         ],
37         "PINCache": [
38           "3.0.3"
39         ]
40       }
41     },
42     {
43       "name": "OCFNetwork",
44       "source_files": "OCFrame/OCFNetwork/**/*",
45       "dependencies": {
46         "OCFrame/OCFCore": [
48         ],
49         "Overcoat-JX": [
50           "4.0.6"
51         ],
52         "AFNetworkActivityLogger": [
53           "3.0.0"
54         ]
55       }
56     },
57     {
58       "name": "OCFExtensions",
59       "source_files": "OCFrame/OCFExtensions/**/*",
60       "frameworks": "UIKit",
61       "dependencies": {
62         "OCFrame/OCFCore": [
64         ],
65         "OCFrame/OCFResources": [
67         ],
68         "QMUIKit/QMUICore": [
69           "4.4.0"
70         ],
71         "Giotto": [
72           "0.3.7"
73         ],
74         "FCUUID": [
75           "1.3.1"
76         ],
77         "SDWebImage": [
78           "5.12.1"
79         ]
80       }
81     },
82     {
83       "name": "OCFReactor",
84       "source_files": "OCFrame/OCFReactor/**/*",
85       "dependencies": {
86         "OCFrame/OCFNetwork": [
88         ],
89         "OCFrame/OCFExtensions": [
91         ],
92         "OCFrame/OCFComponents/JSBridge": [
94         ],
95         "JLRoutes": [
96           "2.1"
97         ],
98         "GVUserDefaults": [
99           "1.0.2"
100         ],
101         "MJRefresh": [
102           "3.7.2"
103         ],
104         "DZNEmptyDataSet": [
105           "1.8.1"
106         ]
107       }
108     },
109     {
110       "name": "OCFResources",
111       "resource_bundles": {
112         "OCFResources": [
113           "OCFrame/OCFResources/*.*"
114         ]
115       }
116     },
117     {
118       "name": "OCFComponents",
119       "subspecs": [
120         {
121           "name": "JSBridge",
122           "source_files": "OCFrame/OCFComponents/JSBridge/**/*",
123           "frameworks": [
124             "UIKit",
125             "WebKit"
126           ]
127         }
128       ]
129     }
130   ]