blob: b1fe54af540b184488bb8853c68e2f86a7021b02 [file] [log] [blame]
{
"name": "XPNetworking",
"version": "0.0.1",
"summary": "面向对象的网络编程框架",
"homepage": "https://github.com/HolyLe/XPNetworking.git",
"license": "MIT",
"authors": {
"麻小亮": "zshnr1993@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HolyLe/XPNetworking.git",
"tag": "0.0.1"
},
"source_files": "XPNetworking/Network/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
]
}
}