blob: fe8c6b2725fab0c0390ee24c9ecaa0b1f17600e1 [file] [log] [blame]
{
"name": "PrivacySDK",
"version": "1.0.0",
"summary": "Tamoco Privacy iOS SDK",
"description": "Tamoco iOS SDK Binary SDK for integrating Consent and privacy, linked to the Tamoco CMP backend",
"homepage": "https://www.tamoco.com",
"license": "Apache License, Version 2.0",
"authors": {
"Daniel Angel": "daniel.angel@tamaco.co"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://bitbucket.org/tamoco/tamoco-ios-privacysdk.git",
"tag": "1.0.0"
},
"ios": {
"vendored_frameworks": "PrivacySDK.framework"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"compiler_flags": "-swift-version 4.2",
"dependencies": {
"Sentry": [
"~> 4.3.4"
]
}
}