blob: 5a4222117f4526505f1f6a19b3a723623391fc9c [file] [log] [blame]
{
"name": "StellarKit",
"version": "0.2.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/kinfoundation/StellarKit.git",
"summary": "A framework for communicating with a Stellar Horizon node",
"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.",
"authors": {
"Kin Foundation": "kin@kik.com"
},
"source": {
"git": "https://github.com/kinfoundation/StellarKit.git",
"tag": "0.2.3",
"submodules": true
},
"dependencies": {
"KinUtil": [
"0.0.2"
]
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.2",
"preserve_paths": "StellarKit/source/CommonCrypto/*",
"source_files": "StellarKit/source/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/StellarKit/source/CommonCrypto"
}
}