blob: f6fd8298bf00a916525ea210a91d16f03320a8d8 [file] [log] [blame]
{
"name": "FDNetworkingTool",
"version": "0.1.0",
"summary": "网络请求工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://www.jianshu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abating": "abating.xiahaiquan@fenda.com"
},
"source": {
"git": "https://gitee.com/Fly127/FDNetworkingTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FDNetworkingTool/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.9.1"
],
"SwiftyJSON": [
"~> 5.0.0"
]
}
}