[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 9 / MIOSwiftyArchitecture / 2.0.1 / MIOSwiftyArchitecture.podspec.json
blobe74ad42e94b935e8dbfefbb814ade9b2387860e4
2   "name": "MIOSwiftyArchitecture",
3   "version": "2.0.1",
4   "summary": "Breezy architecture in Swift for building iOS applications.",
5   "description": "* Breezy architecture in Swift for building iOS applications. It offers lots of functions which simple and easy to use for developer.",
6   "homepage": "https://github.com/Mioke/SwiftArchitectureWithPOP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mioke Klein": "mioke0428@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Mioke/SwiftArchitectureWithPOP.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": [
23     "Assistance",
24     "Networking",
25     "Persistance",
26     "RxExtension",
27     "AppDocker",
28     "Componentize"
29   ],
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "SwiftyArchitecture/Base/Tests/**/*.swift",
35       "dependencies": {
36         "MIOSwiftyArchitecture/Assistance": [
38         ],
39         "MIOSwiftyArchitecture/Networking": [
41         ],
42         "MIOSwiftyArchitecture/RxExtension": [
44         ],
45         "MIOSwiftyArchitecture/AppDocker": [
47         ],
48         "MIOSwiftyArchitecture/Componentize": [
50         ],
51         "MIOSwiftyArchitecture/Testable": [
53         ],
54         "RxSwift": [
55           "~> 6.2"
56         ]
57       }
58     }
59   ],
60   "subspecs": [
61     {
62       "name": "Assistance",
63       "frameworks": [
64         "UIKit",
65         "Foundation"
66       ],
67       "source_files": "SwiftyArchitecture/Base/Assistance/**/*.swift"
68     },
69     {
70       "name": "Networking",
71       "frameworks": [
72         "UIKit",
73         "Foundation"
74       ],
75       "source_files": "SwiftyArchitecture/Base/Networking/**/*.swift",
76       "dependencies": {
77         "Alamofire": [
78           "~> 5.4"
79         ],
80         "ObjectMapper": [
81           "~> 4.2"
82         ],
83         "MIOSwiftyArchitecture/Assistance": [
85         ]
86       }
87     },
88     {
89       "name": "Persistance",
90       "frameworks": [
91         "UIKit",
92         "Foundation"
93       ],
94       "source_files": "SwiftyArchitecture/Base/Persistance/**/*.swift",
95       "dependencies": {
96         "FMDB": [
98         ],
99         "MIOSwiftyArchitecture/Assistance": [
101         ]
102       }
103     },
104     {
105       "name": "RxExtension",
106       "source_files": "SwiftyArchitecture/Base/RxExtension/**/*.swift",
107       "dependencies": {
108         "MIOSwiftyArchitecture/Assistance": [
110         ],
111         "MIOSwiftyArchitecture/Networking": [
113         ],
114         "RxSwift": [
115           "~> 6.2"
116         ]
117       }
118     },
119     {
120       "name": "AppDocker",
121       "source_files": "SwiftyArchitecture/Base/AppDocker/**/*.swift",
122       "dependencies": {
123         "MIOSwiftyArchitecture/Assistance": [
125         ],
126         "MIOSwiftyArchitecture/Networking": [
128         ],
129         "MIOSwiftyArchitecture/RxExtension": [
131         ],
132         "RxSwift": [
133           "~> 6.2"
134         ],
135         "RxRealm": [
136           "~> 5.0"
137         ],
138         "RealmSwift": [
139           "~> 10.20.0"
140         ],
141         "Realm": [
142           "~> 10.20.0"
143         ]
144       }
145     },
146     {
147       "name": "Componentize",
148       "source_files": "SwiftyArchitecture/Base/Componentize/**/*.swift",
149       "dependencies": {
150         "MIOSwiftyArchitecture/Assistance": [
152         ],
153         "Swinject": [
154           "~> 2.8"
155         ],
156         "RxSwift": [
157           "~> 6.2"
158         ]
159       }
160     },
161     {
162       "name": "Testable",
163       "source_files": "SwiftyArchitecture/Base/Testable/**/*.swift",
164       "dependencies": {
165         "MIOSwiftyArchitecture/Assistance": [
167         ],
168         "MIOSwiftyArchitecture/Networking": [
170         ],
171         "MIOSwiftyArchitecture/RxExtension": [
173         ],
174         "MIOSwiftyArchitecture/AppDocker": [
176         ],
177         "MIOSwiftyArchitecture/Componentize": [
179         ]
180       }
181     }
182   ],
183   "swift_version": "5.0"