[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / 0 / Apexy / 1.5.1 / Apexy.podspec.json
blob731097fe395c209890d3e846632b3aaa87bd0e4b
2   "name": "Apexy",
3   "version": "1.5.1",
4   "summary": "HTTP transport library",
5   "homepage": "https://github.com/RedMadRobot/apexy-ios",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Alexander Ignatiev": "ai@redmadrobot.com"
11   },
12   "source": {
13     "git": "https://github.com/RedMadRobot/apexy-ios.git",
14     "tag": "1.5.1"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "11.0",
19     "osx": "10.13",
20     "watchos": "4.0"
21   },
22   "swift_versions": "5.3",
23   "default_subspecs": [
24     "Alamofire"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Apexy/*.swift"
30     },
31     {
32       "name": "Alamofire",
33       "source_files": "Sources/ApexyAlamofire/*.swift",
34       "dependencies": {
35         "Apexy/Core": [
37         ],
38         "Alamofire": [
39           "~>5.0"
40         ]
41       }
42     },
43     {
44       "name": "URLSession",
45       "source_files": "Sources/ApexyURLSession/*.swift",
46       "dependencies": {
47         "Apexy/Core": [
49         ]
50       }
51     },
52     {
53       "name": "RxSwift",
54       "source_files": "Sources/ApexyRxSwift/*.swift",
55       "dependencies": {
56         "Apexy/Core": [
58         ],
59         "RxSwift": [
60           "~>6.0"
61         ]
62       }
63     },
64     {
65       "name": "Loader",
66       "source_files": "Sources/ApexyLoader/*.swift",
67       "dependencies": {
68         "Apexy/Core": [
70         ]
71       }
72     }
73   ],
74   "swift_version": "5.3"