Skip to content

Commit

Permalink
[Update] Rudder (1.28.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Aug 7, 2024
1 parent a1e898c commit 858eba4
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Rudder/1.28.0/Rudder.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Rudder",
"version": "1.28.0",
"summary": "Privacy and Security focused Segment-alternative. iOS ,tvOS and watchOS SDK",
"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-sdk-ios",
"license": {
"type": "Apache",
"file": "LICENSE.md"
},
"authors": {
"RudderStack": "[email protected]"
},
"source": {
"git": "https://github.com/rudderlabs/rudder-sdk-ios.git",
"tag": "v1.28.0"
},
"resource_bundles": {
"Rudder": "Sources/Resources/PrivacyInfo.xcprivacy"
},
"platforms": {
"ios": "12.0",
"tvos": "11.0",
"watchos": "7.0"
},
"swift_versions": [
"5.0"
],
"frameworks": "Foundation",
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"MetricsReporter": [
"1.2.1"
]
},
"swift_version": "5.0"
}

0 comments on commit 858eba4

Please sign in to comment.