blob: 60ba333c95e2ca71aee969e0b5bdcea24939afa8 [file] [log] [blame]
{
"name": "VVApiServer",
"version": "0.0.5",
"summary": "自定义本地和远程Api接口访问结果,同时支持Unit Test",
"homepage": "https://github.com/chinaxxren/VVApiServer",
"license": "MIT",
"authors": {
"chinaxxren": "182421693@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/chinaxxren/VVApiServer.git",
"tag": "0.0.5"
},
"source_files": "VVApiServer/Source/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"CocoaAsyncSocket": [
],
"AFNetworking": [
"3.2.1"
]
}
}