blob: 55568936da065d3ff858b787a69e7b09a75004ae [file] [log] [blame]
{
"name": "nework",
"version": "1.0.0",
"license": "MIT",
"summary": "网络请求的基类。",
"homepage": "https://github.com/yinjiuying1993/nework",
"authors": {
"jiuying.yin@b-and-qchina.com": "jiuying.yin@b-and-qchina.com"
},
"source": {
"git": "https://github.com/yinjiuying1993/nework.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Soure/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}