[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / c / e / ContentProvidersSQLite / 1.4.0 / ContentProvidersSQLite.podspec.json
blob8ffbc3bdf5ab5dc42c4d8552f90f192dffbdab24
2   "name": "ContentProvidersSQLite",
3   "summary": "A content provider used for accessing and modifying data in SQLite database.",
4   "version": "1.4.0",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.2",
9   "cocoapods_version": "~> 1.5.3",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/content-providers.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/content-providers.ios.git",
19     "tag": "1.4.0"
20   },
21   "source_files": "Modules/RoxieMobile.ContentProviders/Sources/SQLite/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 CONTENTPROVIDERS_FRAMEWORK_VERSION=@\\\"1.4.0\\\"",
24     "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
25   },
26   "user_target_xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1",
28     "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 0.13.1"
33     ],
34     "SwiftCommons/Concurrent": [
35       "~> 1.4.1"
36     ],
37     "SwiftCommons/Extensions": [
38       "~> 1.4.1"
39     ],
40     "SQLite.swift/SQLCipher": [
41       "~> 0.11.5",
42       "< 0.11.6"
43     ],
44     "SQLCipher": [
45       ">= 3.4.2",
46       "< 4.0.0"
47     ]
48   }