[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / e / 8 / 0 / KarteUtilities / 3.12.0 / KarteUtilities.podspec.json
blob2271d7a3df8582d3d497fbe5a3d53b3e66795009
2   "name": "KarteUtilities",
3   "version": "3.12.0",
4   "summary": "KARTE Utilities SDK",
5   "homepage": "https://karte.io",
6   "authors": {
7     "PLAID": "dev.share@plaid.co.jp"
8   },
9   "documentation_url": "https://developers.karte.io/docs/ios-sdk",
10   "license": {
11     "type": "Apache",
12     "file": "LICENSE"
13   },
14   "cocoapods_version": ">= 1.10.0",
15   "swift_versions": [
16     5.1
17   ],
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/plaidev/karte-ios-sdk.git",
23     "tag": "Utilities-3.12.0"
24   },
25   "default_subspecs": "standard",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
29     "GCC_PREPROCESSOR_DEFINITIONS": "UTILITIES_VERSION=3.12.0"
30   },
31   "subspecs": [
32     {
33       "name": "standard",
34       "source_files": "KarteUtilities/**/*.{swift,h,m}",
35       "resource_bundles": {
36         "KarteUtilities": [
37           "KarteUtilities/PrivacyInfo.xcprivacy"
38         ]
39       },
40       "libraries": "sqlite3"
41     },
42     {
43       "name": "sqlite-standalone",
44       "source_files": "KarteUtilities/**/*.{swift,h,m}",
45       "xcconfig": {
46         "OTHER_SWIFT_FLAGS": "$(inherited) -DKARTE_SQLITE_STANDALONE",
47         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) KARTE_SQLITE_STANDALONE=1"
48       },
49       "dependencies": {
50         "sqlite3": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.1"