[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / a / StellarKit / 0.3.17 / StellarKit.podspec.json
blobc396454aa6f3745507d97553e7545fafd567d77f
2   "name": "StellarKit",
3   "version": "0.3.17",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/kinecosystem/StellarKit.git",
8   "summary": "A framework for communicating with a Stellar Horizon node",
9   "description": "StellarKit implements a minimum set operations required to implement the KIN crypto-currency on top of Stellar. Contributions to extend the repertoire of available operations will be considered.",
10   "authors": {
11     "Kin": "info@kin.org"
12   },
13   "source": {
14     "git": "https://github.com/kinecosystem/StellarKit.git",
15     "tag": "0.3.17",
16     "submodules": true
17   },
18   "dependencies": {
19     "KinUtil": [
20       "0.0.18"
21     ],
22     "StellarErrors": [
23       "0.3.17"
24     ]
25   },
26   "platforms": {
27     "ios": "8.0"
28   },
29   "swift_version": "4.2",
30   "source_files": [
31     "StellarKit/source/*.swift",
32     "StellarKit/source/types/*.swift",
33     "StellarKit/source/XDRCodable/XDRCodable.swift",
34     "StellarKit/third-party/SHA256.swift"
35   ]