blob: 72140550647053e0d7de3053cbfe94056cd2001e [file] [log] [blame]
{
"name": "MoyaNetworkClient",
"version": "2.0.5",
"summary": "MoyaNetworkClient pod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/BarredEwe/MoyaNetworkClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BarredEwe": "barredEwe@gmail.com"
},
"source": {
"git": "https://github.com/BarredEwe/MoyaNetworkClient.git",
"tag": "2.0.5"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaNC/**/*",
"dependencies": {
"Moya": [
"~> 14.0"
]
}
},
{
"name": "Cache",
"source_files": "Sources/CacheMoyaNC/**/*",
"dependencies": {
"MoyaNetworkClient/Core": [
],
"MoyaNetworkClient/Future": [
]
}
},
{
"name": "Future",
"source_files": "Sources/FutureMoyaNC/**/*",
"dependencies": {
"MoyaNetworkClient/Core": [
]
}
}
],
"swift_version": "5.0"
}