blob: 89c9c15c83780b7cf88e61032855508f0b65b48c [file] [log] [blame]
{
"name": "YFNetworking",
"version": "0.1.0",
"summary": "YFNetworking is an iOS discrete HTTP API calling framework based on AFNetworking",
"description": "YFNetworking is an iOS discrete HTTP API calling framework based on AFNetworking.",
"homepage": "https://github.com/yonfong/YFNetworking.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bluesky0109": "yonfeng.zhang@gmail.com"
},
"source": {
"git": "https://github.com/yonfong/YFNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YFNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}