blob: 190a389bb9c2ad26568d09dba98e68a5e4cef847 [file] [log] [blame]
{
"name": "PrivacySDK",
"version": "1.0.1",
"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.1"
},
"ios": {
"vendored_frameworks": "PrivacySDK.framework"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"compiler_flags": "-swift-version 4.2",
"dependencies": {
"Sentry": [
"~> 4.3.4"
]
}
}