blob: 951c9635e8fb0ebe78f1e1fa8b0e7c493d3a86f5 [file] [log] [blame]
{
"name": "Taplytics",
"version": "3.0.0",
"authors": {
"Taplytics": "help@taplytics.com"
},
"license": {
"type": "Commercial",
"text": "See https://taplytics.com/terms"
},
"homepage": "https://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": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"JavaScriptCore"
],
"preserve_paths": "Taplytics.framework",
"public_header_files": "Taplytics.framework/**/*.h",
"source_files": "Taplytics.framework/**/*.h",
"vendored_frameworks": "Taplytics.framework"
}