blob: 23d6675e25555b7aeac72e539b455ebab92f9917 [file] [log] [blame]
{
"name": "VVApiServer",
"version": "0.0.8",
"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.8"
},
"source_files": "VVApiServer/Source/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"CocoaAsyncSocket": [
],
"AFNetworking": [
"~> 4.0.1"
]
}
}