blob: 01dd0cdf70095d2d437e327b9790e9eb00d860d4 [file] [log] [blame]
{
"name": "ModelNetworkClient",
"version": "0.9",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/wujiangwei/ModelNetworkClient",
"authors": "Kevin.Wu",
"summary": "Base on AFNetworking(2.x) And JSONModel, ModelNetworkClient, For Object NetData Deal and fast developing",
"source": {
"git": "https://github.com/wujiangwei/ModelNetworkClient.git",
"tag": "v0.9"
},
"source_files": "ModelNetworkClient.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"JSONModel": [
],
"AFNetworking": [
]
},
"requires_arc": true
}