blob: 2e8e62b733db133c41a9c819ce5b091637c7b4c5 [file] [log] [blame]
{
"name": "MoyaNetworkClient",
"version": "0.6.0",
"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": "0.6.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaNC/**/*",
"dependencies": {
"Moya": [
]
}
},
{
"name": "Cache",
"source_files": "Sources/CacheMoyaNC/**/*",
"dependencies": {
"MoyaNetworkClient/Core": [
],
"Cache": [
]
}
},
{
"name": "Future",
"source_files": "Sources/FutureMoyaNC/**/*",
"dependencies": {
"MoyaNetworkClient/Core": [
]
}
}
],
"swift_version": "5.0"
}