[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 7 / c / e / ContentProvidersSQLite / 1.1.0 / ContentProvidersSQLite.podspec.json
bloba54542640b19ad12cbbaa8ca565deba488b14bfe
2   "name": "ContentProvidersSQLite",
3   "summary": "A content provider used for accessing and modifying data in SQLite database.",
4   "version": "1.1.0",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "cocoapods_version": ">= 1.4.0.beta.2",
9   "static_framework": true,
10   "homepage": "https://github.com/roxiemobile/content-providers.ios",
11   "authors": {
12     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
13     "Alexander Bragin": "bragin-av@roxiemobile.com"
14   },
15   "license": "BSD-4-Clause",
16   "source": {
17     "git": "https://github.com/roxiemobile/content-providers.ios.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "Modules/RoxieMobile.ContentProviders/Sources/SQLite/{Sources,Dependencies}/**/*.swift",
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 CONTENTPROVIDERS_FRAMEWORK_VERSION=@\\\"1.1.0\\\"",
23     "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
24     "SWIFT_VERSION": "4.0"
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.8.0"
33     ],
34     "SwiftCommons/Concurrent": [
35       "~> 1.1.0"
36     ],
37     "SwiftCommons/Extensions": [
38       "~> 1.1.0"
39     ],
40     "SQLite.swift/SQLCipher": [
41       "~> 0.11.4"
42     ]
43   }