blob: e41f21068382d584edbc6f5b69bf666f7cf3d1f5 [file] [log] [blame]
{
"name": "SVRequest",
"version": "1.0.0",
"summary": "SVRequest framework CocoaPods",
"description": "The framework is specifically developed for Xcution team.",
"homepage": "https://github.com/x5forever/SVRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"x5": "x5forever@163.com"
},
"source": {
"git": "https://github.com/x5forever/SVRequest",
"tag": "V1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"frameworks": "Foundation",
"vendored_frameworks": "SVRequestDemo/SVRequestDemo/SVRequest.framework",
"dependencies": {
"AFNetworking": [
],
"GTMBase64": [
]
}
}