blob: 78827df5a1ce6a63ebe7ed3307d3083a58787d6a [file] [log] [blame]
{
"name": "Rudder-Braze",
"version": "1.0.1",
"summary": "Privacy and Security focused Segment-alternative. Braze Native SDK integration support.",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.",
"homepage": "https://github.com/rudderlabs/rudder-integration-braze-ios",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"RudderStack": "raj@rudderlabs.com"
},
"source": {
"git": "https://github.com/rudderlabs/rudder-integration-braze-ios.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source_files": "Rudder-Braze/Classes/**/*",
"dependencies": {
"Rudder": [
],
"Appboy-iOS-SDK": [
]
}
}