[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 0 / Mockingbird-Swift / 1.0.7 / Mockingbird-Swift.podspec.json
blob585be70d1fbebf706834bda4f619a59db592c3e6
2   "name": "Mockingbird-Swift",
3   "version": "1.0.7",
4   "summary": "Network Abstraction Layer written in Swift and leveraging URLSession",
5   "description": "Network Abstraction Layer written in Swift and leveraging URLSession.",
6   "homepage": "https://github.com/jandro-es/Mockingbird",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alejandro Barros Cuetos": "jandro@filtercode.com"
13   },
14   "source": {
15     "git": "https://github.com/jandro-es/Mockingbird.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.12"
21   },
22   "default_subspecs": "Core",
23   "swift_versions": "4.2",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/Mockingbird/",
30         "Sources/Mockingbird/Middleware/",
31         "Sources/Mockingbird/Extensions/"
32       ],
33       "dependencies": {
34         "Result": [
35           "~> 4.0"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Sources/RxMockingbird/",
43       "dependencies": {
44         "Mockingbird-Swift/Core": [
46         ],
47         "RxSwift": [
48           "~> 4.4"
49         ]
50       }
51     }
52   ]