[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 4 / 1 / RudderDatabaseEncryption / 1.1.0 / RudderDatabaseEncryption.podspec.json
blob2880298c49c9158847f6be78b9bca834156c9b79
2   "name": "RudderDatabaseEncryption",
3   "version": "1.1.0",
4   "summary": "Privacy and Security focused Segment-alternative. iOS, tvOS, watchOS & macOS 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/database-encryption-ios",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RudderStack": "sdk-accounts@rudderstack.com"
13   },
14   "source": {
15     "git": "https://github.com/rudderlabs/database-encryption-ios.git",
16     "tag": "v1.1.0"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "12.0",
21     "tvos": "11.0",
22     "watchos": "7.0"
23   },
24   "source_files": "Sources/**/*.{h,m}",
25   "xcconfig": {
26     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO",
27     "HEADER_SEARCH_PATHS": "SQLCipher"
28   },
29   "dependencies": {
30     "Rudder": [
31       "~> 1.21"
32     ],
33     "SQLCipher": [
34       "~> 4.0"
35     ]
36   },
37   "swift_version": "5.3"