[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 7 / 0 / e / KinBase / 0.1.2 / KinBase.podspec.json
blob73116e00936a08d0040bc62d2e7a7231a20f7e4e
2   "name": "KinBase",
3   "version": "0.1.2",
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": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "KinBase/KinBase/**/*.{h,swift}",
23   "dependencies": {
24     "kin-stellar-ios-mac-sdk": [
25       "~> 1.7.4"
26     ],
27     "PromisesSwift": [
28       "~> 1.2.8"
29     ]
30   },
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "no-arc",
35       "requires_arc": false,
36       "source_files": "KinBase/KinBase/Src/Storage/Gen/*.{h,m}",
37       "dependencies": {
38         "Protobuf": [
39           "~> 3.0"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"