[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / c / f / 2 / Rudder / 1.19.0 / Rudder.podspec.json
blob4ce723d4fac928b4fa8098b66097d82084b65c57
2   "name": "Rudder",
3   "version": "1.19.0",
4   "summary": "Privacy and Security focused Segment-alternative. iOS ,tvOS and watchOS SDK",
5   "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.",
6   "homepage": "https://github.com/rudderlabs/rudder-sdk-ios",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RudderStack": "arnab@rudderlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/rudderlabs/rudder-sdk-ios.git",
16     "tag": "v1.19.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "11.0",
21     "watchos": "7.0"
22   },
23   "swift_versions": [
24     "5.0"
25   ],
26   "compiler_flags": [
27     "-DSQLITE_HAS_CODEC",
28     "-DSQLITE_TEMP_STORE=3",
29     "-DSQLCIPHER_CRYPTO_CC",
30     "-DNDEBUG"
31   ],
32   "frameworks": [
33     "Security",
34     "Foundation"
35   ],
36   "source_files": "Sources/**/*.{c,h,m}",
37   "dependencies": {
38     "MetricsReporter": [
39       "1.0.0"
40     ]
41   },
42   "swift_version": "5.0"