blob: c1040a6fa54f4dbab3ce10f24f2fb8bf621f349f [file] [log] [blame]
{
"name": "XpringKit",
"version": "1.5.0",
"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.5.0"
},
"swift_versions": [
4.2
],
"requires_arc": true,
"platforms": {
"ios": "12.0",
"osx": "10.10"
},
"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"
}