[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 4 / Clickstream / 1.1.4 / Clickstream.podspec.json
blob0dd3a15283b8e60122cc4da5021d32ef4882fbb2
2   "name": "Clickstream",
3   "version": "1.1.4",
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.4"
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.2"
30     ],
31     "ReachabilitySwift": [
33     ],
34     "GRDB.swift": [
35       "6.7.0"
36     ],
37     "Starscream": [
38       "4.0.4"
39     ]
40   },
41   "default_subspecs": "Core",
42   "subspecs": [
43     {
44       "name": "Core"
45     },
46     {
47       "name": "Tracker",
48       "source_files": "Sources/**/*.swift",
49       "xcconfig": {
50         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) TRACKER_ENABLED"
51       }
52     },
53     {
54       "name": "EventVisualizer",
55       "source_files": "Sources/**/*.swift",
56       "xcconfig": {
57         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) EVENT_VISUALIZER_ENABLED"
58       }
59     },
60     {
61       "name": "ETETestSuite",
62       "source_files": "Sources/**/*.swift",
63       "xcconfig": {
64         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) ETE_TEST_SUITE_ENABLED"
65       }
66     }
67   ],
68   "swift_version": "5.0"