blob: 6a7a3e21ede8ff8ffb49fdf3b412c71f48871141 [file] [log] [blame]
{
"name": "MoyaNetworkClient",
"version": "1.0.2",
"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": "1.0.2"
},
"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": [
],
"MoyaNetworkClient/Future": [
]
}
},
{
"name": "Future",
"source_files": "Sources/FutureMoyaNC/**/*",
"dependencies": {
"MoyaNetworkClient/Core": [
]
}
}
],
"swift_version": "5.0"
}