[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 2 / e / SWFrame / 2.1.4 / SWFrame.podspec.json
blob662765c8302003b908d1f4a6f71a67b32359d02c
2   "name": "SWFrame",
3   "version": "2.1.4",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using Swift.",
6   "homepage": "https://github.com/tospery/SWFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/SWFrame.git",
16     "tag": "2.1.4"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreGraphics"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "SWFrame/Core/**/*",
32       "dependencies": {
33         "QMUIKit/QMUICore": [
34           "4.4.3"
35         ],
36         "FCUUID": [
37           "1.3.1"
38         ],
39         "SwiftyBeaver": [
40           "1.9.5"
41         ],
42         "ObjectMapper-JX": [
43           "4.2.0-v1"
44         ],
45         "SwifterSwift/SwiftStdlib": [
46           "5.2.0"
47         ]
48       }
49     },
50     {
51       "name": "Network",
52       "source_files": "SWFrame/Network/**/*",
53       "dependencies": {
54         "SWFrame/Core": [
56         ],
57         "RxRelay": [
58           "6.2.0"
59         ],
60         "Moya/RxSwift": [
61           "15.0.0"
62         ],
63         "SwifterSwift/Foundation": [
64           "5.2.0"
65         ]
66       }
67     },
68     {
69       "name": "Reactor",
70       "source_files": "SWFrame/Reactor/**/*",
71       "dependencies": {
72         "SWFrame/Network": [
74         ],
75         "SWFrame/Resources": [
77         ],
78         "SWFrame/Components/JSBridge": [
80         ],
81         "RxTheme": [
82           "6.0.0"
83         ],
84         "RxDataSources": [
85           "5.0.0"
86         ],
87         "NSObject+Rx": [
88           "5.2.2"
89         ],
90         "ReactorKit": [
91           "3.1.0"
92         ],
93         "URLNavigator": [
94           "2.3.0"
95         ],
96         "BonMot": [
97           "6.0.0"
98         ],
99         "SwifterSwift": [
100           "5.2.0"
101         ],
102         "Kingfisher": [
103           "6.3.1"
104         ],
105         "DZNEmptyDataSet": [
106           "1.8.1"
107         ],
108         "MJRefresh": [
109           "3.7.5"
110         ]
111       }
112     },
113     {
114       "name": "Resources",
115       "resource_bundles": {
116         "Resources": [
117           "SWFrame/Resources/*.*"
118         ]
119       }
120     },
121     {
122       "name": "Components",
123       "subspecs": [
124         {
125           "name": "JSBridge",
126           "source_files": "SWFrame/Components/JSBridge/**/*",
127           "frameworks": "WebKit"
128         }
129       ]
130     }
131   ],
132   "swift_version": "5.0"