blob: ce2d32fc4f971a5859665b0e3d342b9b93f031cc [file] [log] [blame]
{
"name": "Taplytics",
"version": "1.1.2",
"license": {
"type": "Commercial",
"text": "See http://taplytics.com/terms"
},
"platforms": {
"ios": null
},
"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",
"homepage": "http://taplytics.com",
"authors": {
"Taplytics": "help@taplytics.com"
},
"source": {
"git": "https://github.com/taplytics/taplytics-ios-sdk.git",
"tag": "1.1.2"
},
"requires_arc": true,
"frameworks": [
"CFNetwork",
"Security",
"CoreTelephony",
"AdSupport",
"SystemConfiguration",
"Taplytics"
],
"libraries": "icucore",
"vendored_frameworks": "Taplytics.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Taplytics\""
}
}