blob: 0e67c80a2be1e500d2c46f4d14e3d1c5401dcf37 [file] [log] [blame]
{
"name": "MoeNetwork",
"version": "1.0.0",
"summary": "A network layer dependents on Alamofire and Handyjson.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/linyanzuo/MoeNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linyanzuo1222@gmail.com": "zed@moemoetech.com"
},
"source": {
"git": "https://github.com/linyanzuo/MoeNetwork.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source_files": "Classes/*",
"dependencies": {
"HandyJSON": [
"~> 5.0.0"
],
"Alamofire": [
"~> 4.8.2"
],
"MoeUI/Common": [
"1.1.0"
]
},
"swift_version": "4.0"
}