blob: ce5bcc297ae270096b0e2f1fb0d8a155c48332f9 [file] [log] [blame]
{
"name": "SCNetworkAgent",
"version": "0.1.10",
"summary": "A cocoa network abstract layer.",
"description": "SCNetworkAgent module is a cocoa network abstract layer, business module needn't care the owner network implementation.\nThe owner must implement SCNetworkAgent's methods by registration before business module send request!",
"homepage": "https://github.com/debugly/SCNetworkAgent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MattReach": "qianglongxu@gmail.com"
},
"source": {
"git": "https://github.com/debugly/SCNetworkAgent.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source_files": "SCNetworkAgent/Classes/**/*",
"frameworks": "Foundation"
}