[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / a / StellarKit / 0.2.3 / StellarKit.podspec.json
blob5a4222117f4526505f1f6a19b3a723623391fc9c
2   "name": "StellarKit",
3   "version": "0.2.3",
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.3",
16     "submodules": true
17   },
18   "dependencies": {
19     "KinUtil": [
20       "0.0.2"
21     ]
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "swift_version": "3.2",
27   "preserve_paths": "StellarKit/source/CommonCrypto/*",
28   "source_files": "StellarKit/source/**/*.swift",
29   "pod_target_xcconfig": {
30     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/StellarKit/source/CommonCrypto"
31   }