[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / e / SWFrame / 2.0.1 / SWFrame.podspec.json
blob3dbebd95c484156f8ab2e96849b871ce83fe3eec
2   "name": "SWFrame",
3   "version": "2.0.1",
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.0.1"
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": [
40           "4.2.0"
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         "Moya/RxSwift": [
58           "15.0.0"
59         ],
60         "SwifterSwift/Foundation": [
61           "5.2.0"
62         ]
63       }
64     },
65     {
66       "name": "Reactor",
67       "source_files": "SWFrame/Reactor/**/*",
68       "dependencies": {
69         "SWFrame/Network": [
71         ],
72         "SWFrame/Resources": [
74         ],
75         "SWFrame/Components/JSBridge": [
77         ],
78         "RxTheme": [
79           "6.0.0"
80         ],
81         "RxDataSources": [
82           "5.0.0"
83         ],
84         "NSObject+Rx": [
85           "5.2.2"
86         ],
87         "ReactorKit": [
88           "3.1.0"
89         ],
90         "URLNavigator": [
91           "2.3.0"
92         ],
93         "BonMot": [
94           "6.0.0"
95         ],
96         "SwifterSwift": [
97           "5.2.0"
98         ],
99         "FCUUID": [
100           "1.3.1"
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"