blob: 4b621cc05d79f188ff798f6bea8cdfd23e02b734 [file] [log] [blame]
{
"name": "VWO",
"version": "2.0.0-beta4",
"summary": "VWO SDK for A/B Testing iOS apps.",
"description": "VWO iOS SDK enables you to A/B test mobile apps.",
"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.0.0-beta4"
},
"social_media_url": "http://twitter.com/wingify",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "vwo-sdk/**/*.{m,h}",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"prefix_header_file": "vwo-sdk/VWO-Prefix.pch"
}