blob: a6d675d104a9136accbb07c9b752adee10a0e8d1 [file] [log] [blame]
{
"name": "XpringKit",
"version": "1.2.1",
"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.2.1"
},
"swift_versions": [
4.2
],
"requires_arc": true,
"platforms": {
"ios": "12.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": [
]
},
"frameworks": "Foundation",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/**/*.swift"
],
"dependencies": {
"BigInt": [
]
},
"frameworks": "Foundation"
}
],
"swift_version": "4.2"
}