blob: 1dbe04fda1295e0f1d943e8b2c0a79272c52182c [file] [log] [blame]
{
"name": "Taplytics",
"version": "2.1.0",
"authors": {
"Taplytics": "help@taplytics.com"
},
"license": {
"type": "Commercial",
"text": "See http://taplytics.com/terms"
},
"homepage": "http://taplytics.com",
"summary": "iOS framework for using the Taplytics native mobile A/B testing service.",
"description": "For installation instructions, please visit: https://github.com/taplytics/taplytics-ios-sdk",
"source": {
"git": "https://github.com/taplytics/taplytics-ios-sdk.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"CFNetwork",
"Security",
"CoreTelephony",
"SystemConfiguration",
"MobileCoreServices",
"JavaScriptCore"
],
"weak_frameworks": "AdSupport",
"requires_arc": true,
"libraries": "icucore",
"preserve_paths": "Taplytics.framework",
"public_header_files": "Taplytics.framework/**/*.h",
"vendored_frameworks": "Taplytics.framework"
}