blob: 0a21f5a2e464b536eb417a1a127f04dfa54b6706 [file] [log] [blame]
{
"name": "DYCommonNetwork",
"version": "0.1.1",
"summary": "这是一个网络库",
"description": "基于AFNetworking封装的网络库",
"homepage": "https://github.com/dingyongg/DYCommonNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dingyonggang": "dingyonggang@dayyc.com"
},
"source": {
"git": "https://github.com/dingyongg/DYCommonNetwork.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DYCommonNetwork/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}