[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / a / StellarKit / 0.4.1 / StellarKit.podspec.json
blobe9c0cb2633f7b186c14d67c339c45f3393f54c26
2   "name": "StellarKit",
3   "version": "0.4.1",
4   "license": {
5     "type": "Kin Ecosystem SDK License"
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.4.1",
16     "submodules": true
17   },
18   "dependencies": {
19     "KinUtil": [
20       "0.1.0"
21     ],
22     "StellarErrors": [
23       "0.4.1"
24     ]
25   },
26   "platforms": {
27     "ios": "8.0"
28   },
29   "swift_version": "5.0",
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   ]