[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 1 / d / c / OCFrame / 1.1.2 / OCFrame.podspec.json
blob1062f489cc6e8ce16e3decc637b7b5de3655bbeb
2   "name": "OCFrame",
3   "version": "1.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "source_files": "OCFrame/OCFrame.h",
26   "subspecs": [
27     {
28       "name": "OCFCore",
29       "source_files": "OCFrame/OCFCore/**/*"
30     },
31     {
32       "name": "OCFModel",
33       "source_files": "OCFrame/OCFModel/**/*",
34       "dependencies": {
35         "OCFrame/OCFCore": [
37         ],
38         "libextobjc/EXTConcreteProtocol": [
39           "0.6"
40         ],
41         "Mantle-JX": [
42           "2.2.0-v3"
43         ],
44         "PINCache": [
45           "3.0.3"
46         ]
47       }
48     },
49     {
50       "name": "OCFModel",
51       "source_files": "OCFrame/OCFModel/**/*",
52       "dependencies": {
53         "OCFrame/OCFCore": [
55         ],
56         "libextobjc/EXTConcreteProtocol": [
57           "0.6"
58         ],
59         "Mantle-JX": [
60           "2.2.0-v3"
61         ],
62         "PINCache": [
63           "3.0.3"
64         ]
65       }
66     },
67     {
68       "name": "OCFExtensions",
69       "source_files": "OCFrame/OCFExtensions/**/*",
70       "frameworks": [
71         "UIKit",
72         "QuartzCore"
73       ],
74       "dependencies": {
75         "OCFrame/OCFModel": [
77         ],
78         "CocoaLumberjack": [
79           "3.7.2"
80         ],
81         "QMUIKit/QMUICore": [
82           "4.4.0"
83         ],
84         "Giotto": [
85           "0.3.7"
86         ],
87         "FCUUID": [
88           "1.3.1"
89         ],
90         "SDWebImage": [
91           "5.12.1"
92         ],
93         "Overcoat-JX": [
94           "4.0.5"
95         ]
96       }
97     },
98     {
99       "name": "OCFReactor",
100       "source_files": "OCFrame/OCFReactor/**/*",
101       "dependencies": {
102         "OCFrame/OCFExtensions": [
104         ],
105         "OCFrame/OCFComponents/JSBridge": [
107         ],
108         "AFNetworkActivityLogger": [
109           "3.0.0"
110         ],
111         "JLRoutes": [
112           "2.1"
113         ],
114         "GVUserDefaults": [
115           "1.0.2"
116         ],
117         "MJRefresh": [
118           "3.7.2"
119         ],
120         "DZNEmptyDataSet": [
121           "1.8.1"
122         ]
123       }
124     },
125     {
126       "name": "OCFResources",
127       "resource_bundles": {
128         "OCFResources": [
129           "OCFrame/OCFResources/*.*"
130         ]
131       }
132     },
133     {
134       "name": "OCFComponents",
135       "subspecs": [
136         {
137           "name": "JSBridge",
138           "source_files": "OCFrame/OCFComponents/JSBridge/**/*",
139           "frameworks": [
140             "UIKit",
141             "WebKit"
142           ]
143         }
144       ]
145     }
146   ]