blob: 8861462a81dbb847cf40079017e9264dc01d97f6 [file] [log] [blame]
{
"name": "AYINetwork",
"version": "0.1.0",
"summary": "基于Alamofire的网路库",
"description": "基于Alamofire的网路库,采用分散式的网络请求",
"homepage": "https://github.com/aaayia/AYINetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aaayia": "twilightzzy@126.com"
},
"source": {
"git": "https://github.com/aaayia/AYINetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "AYINetwork/Classes/**/*",
"swift_version": "3.2",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
"~> 3.1.4"
]
}
}