blob: ef4562fd5394f6438b866b4c92505a4458f000da [file] [log] [blame]
{
"name": "VWO",
"version": "2.5.0",
"summary": "VWO SDK for A/B Testing iOS apps.",
"description": "VWO iOS SDK enables you to A/B test mobile apps.",
"documentation_url": "http://developers.vwo.com/reference#ios-sdk-reference",
"homepage": "http://vwo.com",
"license": {
"type": "Commercial",
"text": "See http://vwo.com/terms-conditions"
},
"authors": {
"VWO": "info@wingify.com"
},
"source": {
"git": "https://github.com/wingify/vwo-ios-sdk.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"default_subspecs": "All",
"subspecs": [
{
"name": "Core",
"source_files": "VWO/**/*.{m,h}"
},
{
"name": "All",
"source_files": [
"Socket/**/*.{m,h}",
"VWO/**/*.{m,h}"
],
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 13.1"
]
}
}
]
}