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