blob: 0209c92d02cb898693211f5c4f275f6970db86e9 [file] [log] [blame]
{
"name": "OLNetworking",
"version": "0.1.0",
"summary": "网络框架",
"description": "1.单一域名,多模块网络请求\n2.多域名,多模块网络请求",
"homepage": "https://github.com/Unrealplace/OLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Unrealplace": "liyang@adnonstop.com"
},
"source": {
"git": "https://github.com/Unrealplace/OLNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OLNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}