[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 2 / 0 / Mockingbird-Swift / 2.0.0 / Mockingbird-Swift.podspec.json
blob3b62336490d5860bd4c398f4d3b667b0b8cf2886
2   "name": "Mockingbird-Swift",
3   "version": "2.0.0",
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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12"
21   },
22   "default_subspecs": "Core",
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/Mockingbird/",
30         "Sources/Mockingbird/Middleware/",
31         "Sources/Mockingbird/Extensions/"
32       ],
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Sources/RxMockingbird/",
38       "dependencies": {
39         "Mockingbird-Swift/Core": [
41         ],
42         "RxSwift": [
43           "~> 5.0"
44         ]
45       }
46     }
47   ]