blob: a67b285762cadaf7d4a6547c2cc49c43754eaeb0 [file] [log] [blame]
{
"name": "SVTransport",
"version": "2.0.0",
"summary": "SVTransport 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": "V2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"frameworks": "Foundation",
"vendored_frameworks": "SVRequestDemo/SVRequestDemo/SVTransport.framework",
"dependencies": {
"AFNetworking": [
],
"GTMBase64": [
]
}
}