blob: 056c8b82bdeae036c25f8846b0d4bd9dcaf9a7f0 [file] [log] [blame]
{
"name": "MoyaChain",
"version": "1.1",
"summary": "Moya + Codable",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/WZGemini",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WZGemini": "1113256768@qq.com"
},
"source": {
"git": "https://github.com/WZYGemini/MoyaChain.git",
"tag": "1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "MoyaChain/Core/*.swift",
"dependencies": {
"Alamofire": [
],
"Moya": [
]
}
}
]
}