blob: 2d9a6ee825e900e99e3399842646750a6bc7e193 [file] [log] [blame]
{
"name": "Taplytics",
"version": "1.4.10",
"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": "1.4.10"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"CFNetwork",
"Security",
"CoreTelephony",
"SystemConfiguration"
],
"weak_frameworks": "AdSupport",
"requires_arc": true,
"libraries": "icucore",
"preserve_paths": "Taplytics.framework",
"public_header_files": "Taplytics.framework/**/*.h",
"vendored_frameworks": "Taplytics.framework"
}