blob: 911bf8922a2df620ee025c7afb7fde7394fd83d0 [file] [log] [blame]
{
"name": "XpringKit",
"version": "1.1.2",
"summary": "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)",
"description": "XpringKit provides a Swift based SDK for interacting with Xpring Platform (XRP/ILP)\n\nXpringKit is part of the Xpring SDK. To learn more, visit: http://github.com/xpring-eng/Xpring-SDK.",
"homepage": "http://xpring.io",
"license": "MIT",
"authors": {
"Xpring Engineering": "xpring@ripple.com"
},
"source": {
"git": "https://github.com/xpring-eng/XpringKit.git",
"tag": "1.1.2"
},
"swift_versions": [
4.2
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"prepare_command": "git submodule update --init --recursive && ./scripts/bundle_js.sh && ./scripts/regenerate_protos.sh",
"source_files": "XpringKit/**/*.swift",
"resources": [
"XpringKit/Resources/*"
],
"dependencies": {
"BigInt": [
],
"SwiftGRPC": [
],
"SwiftProtobuf": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/**/*.swift"
]
}
],
"swift_version": "4.2"
}