[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 7 / 0 / e / KinBase / 2.1.3 / KinBase.podspec.json
blob63449c7a76864a70fe92cf25a36f5171c3bbf260
2   "name": "KinBase",
3   "version": "2.1.3",
4   "summary": "Kin SDK for iOS",
5   "description": "Use the Kin SDK for iOS to enable the use of Kin inside of your app. Include only the functionality you need to provide the right experience to your users. Use just the base library to access the lightest-weight wrapper over the Kin crytocurrency.",
6   "homepage": "https://github.com/kinecosystem/kin-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kik Engineering": "engineering@kik.com"
13   },
14   "source": {
15     "git": "https://github.com/kinecosystem/kin-ios.git",
16     "tag": "2.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "KinBase/KinBase/**/*.{h,c,swift}",
23   "resources": "KinBase/KinBase/Src/KinBackupRestoreModule/*.{strings,xcassets}",
24   "dependencies": {
25     "PromisesSwift": [
26       "~> 1.2.8"
27     ],
28     "!ProtoCompiler-gRPCPlugin": [
29       "~> 1.40.0"
30     ],
31     "Protobuf": [
32       "~> 3.17"
33     ],
34     "gRPC-ProtoRPC": [
35       "~> 1.40.0"
36     ],
37     "KinSodium": [
38       "~> 0.9.2"
39     ]
40   },
41   "pod_target_xcconfig": {
42     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
43     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
44   },
45   "subspecs": [
46     {
47       "name": "no-arc",
48       "requires_arc": false,
49       "source_files": [
50         "KinBase/KinBase/Src/Storage/Gen/*.{h,m}",
51         "KinBase/KinBase/Src/Vendor/gen/**/*.{h,m}"
52       ]
53     }
54   ],
55   "swift_version": "5.0"