blob: 82d1b4d689f0fbcb2b8192483c06f7b37437c4d4 [file] [log] [blame]
{
"name": "ACSNetworking",
"version": "0.0.2",
"summary": "On the basis of AFNetworking encapsulation.",
"description": " On the basis of AFNetworking encapsulation, more convenient, more concise.\n",
"homepage": "https://github.com/Hyosung/ACSNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stoney": "sy92710xx@gmail.com"
},
"social_media_url": "http://weibo.com/sy4312xx",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Hyosung/ACSNetworking.git",
"tag": "0.0.2"
},
"source_files": [
"ACSNetworking",
"ACSNetworking/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}