[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / a / StellarKit / 0.2.7 / StellarKit.podspec.json
blob1b9f655b3c95fdec7ec41747e9c4bd5b9ac28e29
2   "name": "StellarKit",
3   "version": "0.2.7",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/kinfoundation/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 Foundation": "kin@kik.com"
12   },
13   "source": {
14     "git": "https://github.com/kinfoundation/StellarKit.git",
15     "tag": "0.2.7",
16     "submodules": true
17   },
18   "dependencies": {
19     "KinUtil": [
20       "0.0.4"
21     ],
22     "StellarErrors": [
23       "0.2.7"
24     ]
25   },
26   "platforms": {
27     "ios": "8.0"
28   },
29   "swift_version": "3.2",
30   "source_files": [
31     "StellarKit/source/**/*.swift",
32     "StellarKit/third-party/SHA256.swift"
33   ]