[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / a / StellarKit / 0.3.12 / StellarKit.podspec.json
blob4a04a138256812dd9e9e55b607d08e2a83a1a3c4
2   "name": "StellarKit",
3   "version": "0.3.12",
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.3.12",
16     "submodules": true
17   },
18   "dependencies": {
19     "KinUtil": [
20       "0.0.15"
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/source/types/*.swift",
33     "StellarKit/source/XDRCodable/XDRCodable.swift",
34     "StellarKit/third-party/SHA256.swift"
35   ]