blob: 4efccae5f7ca01914f8eca1ee2a8ebb96b02480d [file] [log] [blame]
{
"name": "migo_ios_networking",
"version": "1.0.0",
"summary": "公用网络库",
"description": "这是一个公用的网络组件",
"homepage": "https://www.migo-ebike.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"殷挥笔": "yin401712942@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "http://192.168.1.243:60/IOS/Component/migo_ios_networking.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"migo_ios_networking/Classes/APPRequest/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}