[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / 5 / OxeNetworking / 0.1.8 / OxeNetworking.podspec.json
blobd2652efbb2d9990746f6c75ec3839924f72623f4
2   "name": "OxeNetworking",
3   "version": "0.1.8",
4   "summary": "OxeNetworking is a Networking layer helper.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/adrianodiasx93/OxeNetworking-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adriano Dias": "adrianodiasx93@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/adrianodiasx93/OxeNetworking-iOS.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "dependencies": {
24     "Moya": [
25       "~> 14.0"
26     ],
27     "SwiftyJSON": [
28       "~> 5.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "OxeNetworking/Sources/Core/**/*",
35       "ios": {
36         "source_files": "Sources/Core/**/*"
37       }
38     },
39     {
40       "name": "Rx",
41       "source_files": "OxeNetworking/Sources/Rx/**/*",
42       "ios": {
43         "source_files": "Sources/Rx/**/*"
44       },
45       "dependencies": {
46         "OxeNetworking/Core": [
48         ],
49         "RxSwift": [
50           "~> 5.0"
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"