blob: 6aab8baddd2411bcee48496374d505a921ff8c18 [file] [log] [blame]
{
"name": "OxeNetworking",
"version": "0.1.9",
"summary": "OxeNetworking is a Networking layer helper.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/adrianodiasx93/OxeNetworking-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adriano Dias": "adrianodiasx93@gmail.com"
},
"source": {
"git": "https://github.com/adrianodiasx93/OxeNetworking-iOS.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"dependencies": {
"Moya": [
"~> 14.0"
],
"SwiftyJSON": [
"~> 5.0"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "OxeNetworking/Sources/Core/**/*",
"ios": {
"source_files": "Sources/Core/**/*"
}
},
{
"name": "Rx",
"source_files": "OxeNetworking/Sources/Rx/**/*",
"ios": {
"source_files": "Sources/Rx/**/*"
},
"dependencies": {
"OxeNetworking/Core": [
],
"RxSwift": [
"~> 5.0"
]
}
}
],
"swift_version": "5.0"
}