[Add] FLYIKit 0.5.8
[CocoaPods.git] / Specs / 9 / 5 / 0 / Apexy / 1.0.0 / Apexy.podspec.json
blobfdaf75578614424e8dc960f6133a5b82ced89fc1
2   "name": "Apexy",
3   "version": "1.0.0",
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.0.0"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0",
19     "osx": "10.12",
20     "watchos": "4.0"
21   },
22   "swift_versions": "5.2",
23   "dependencies": {
24     "Alamofire": [
25       "~>5.0"
26     ]
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Apexy/*.swift"
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "Sources/ApexyRxSwift/*.swift",
37       "dependencies": {
38         "RxSwift": [
40         ],
41         "Apexy/Core": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.2"