[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 2 / e / SWFrame / 2.1.0 / SWFrame.podspec.json
blobf369c8997be6d22e0d7c1454dcbe1d6dd854f2c3
2   "name": "SWFrame",
3   "version": "2.1.0",
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.0"
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         "SwiftyBeaver": [
37           "1.9.5"
38         ],
39         "ObjectMapper-JX": [
40           "4.2.0-v1"
41         ],
42         "SwifterSwift/SwiftStdlib": [
43           "5.2.0"
44         ]
45       }
46     },
47     {
48       "name": "Network",
49       "source_files": "SWFrame/Network/**/*",
50       "dependencies": {
51         "SWFrame/Core": [
53         ],
54         "RxRelay": [
55           "6.2.0"
56         ],
57         "Connectivity": [
58           "5.0.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         "FCUUID": [
103           "1.3.1"
104         ],
105         "Kingfisher": [
106           "6.3.1"
107         ],
108         "DZNEmptyDataSet": [
109           "1.8.1"
110         ],
111         "MJRefresh": [
112           "3.7.5"
113         ]
114       }
115     },
116     {
117       "name": "Resources",
118       "resource_bundles": {
119         "Resources": [
120           "SWFrame/Resources/*.*"
121         ]
122       }
123     },
124     {
125       "name": "Components",
126       "subspecs": [
127         {
128           "name": "JSBridge",
129           "source_files": "SWFrame/Components/JSBridge/**/*",
130           "frameworks": "WebKit"
131         }
132       ]
133     }
134   ],
135   "swift_version": "5.0"