[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 9 / d / 4 / Clickstream / 1.1.13 / Clickstream.podspec.json
blobd24c1fef209fb20a6d8b7610cb71a5f81af2ea1a
2   "name": "Clickstream",
3   "version": "1.1.13",
4   "summary": "Real time Analytics SDK",
5   "description": "Clickstream is an event agnostic, real-time data ingestion analytics SDK",
6   "homepage": "https://github.com/gojek/clickstream-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Gojek",
12   "source": {
13     "git": "https://github.com/gojek/clickstream-ios.git",
14     "tag": "1.1.13"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "swift_versions": "5.0",
20   "source_files": "Sources/Clickstream/**/*.swift",
21   "exclude_files": "Sources/EventVisualizer/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreTelephony"
26   ],
27   "dependencies": {
28     "SwiftProtobuf": [
29       "~> 1.10"
30     ],
31     "ReachabilitySwift": [
32       "~> 5.0"
33     ],
34     "GRDB.swift": [
35       "~> 5.12"
36     ]
37   },
38   "default_subspecs": "Core",
39   "subspecs": [
40     {
41       "name": "Core"
42     },
43     {
44       "name": "Tracker",
45       "source_files": "Sources/**/*.swift",
46       "xcconfig": {
47         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) TRACKER_ENABLED"
48       }
49     },
50     {
51       "name": "EventVisualizer",
52       "source_files": "Sources/**/*.swift",
53       "xcconfig": {
54         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) EVENT_VISUALIZER_ENABLED"
55       }
56     },
57     {
58       "name": "ETETestSuite",
59       "source_files": "Sources/**/*.swift",
60       "xcconfig": {
61         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) ETE_TEST_SUITE_ENABLED"
62       }
63     }
64   ],
65   "swift_version": "5.0"