Skip to content

Commit

Permalink
[Add] Clickstream 2.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetMallick authored and CocoaPodsBot committed Dec 5, 2024
1 parent 23753e5 commit 6a81151
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Specs/9/d/4/Clickstream/2.0.36/Clickstream.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"name": "Clickstream",
"version": "2.0.36",
"summary": "Real time Analytics SDK",
"description": "Clickstream is an event agnostic, real-time data ingestion analytics SDK",
"homepage": "https://github.com/gojek/clickstream-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Gojek",
"source": {
"git": "https://github.com/gojek/clickstream-ios.git",
"tag": "2.0.36"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/ETETestSuite/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
],
"dependencies": {
"SwiftProtobuf": [
"~> 1.21.0"
],
"ReachabilitySwift": [
">= 5.0.0"
],
"GRDB.swift": [
"~> 6.7.0"
],
"Starscream": [
"4.0.5"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core"
},
{
"name": "Tracker",
"xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) TRACKER_ENABLED"
}
},
{
"name": "EventVisualizer",
"xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) EVENT_VISUALIZER_ENABLED"
}
},
{
"name": "ETETestSuite",
"xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) ETE_TEST_SUITE_ENABLED"
}
}
],
"swift_version": "5.0"
}

0 comments on commit 6a81151

Please sign in to comment.