blob: 3f8f3bed666cd41dccd0dbff273dddc8f95e5679 [file] [log] [blame]
{
"name": "XpringKit",
"version": "5.1.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": "v5.1.0"
},
"swift_versions": [
5.1
],
"requires_arc": true,
"platforms": {
"ios": "12.0",
"osx": "10.10"
},
"source_files": "XpringKit/**/*.swift",
"resources": [
"XpringKit/Common/Resources/*"
],
"dependencies": {
"Alamofire": [
"~> 4.9.0"
],
"BigInt": [
"~> 5.0.0"
],
"SwiftGRPC": [
"~> 0.9.1"
],
"SwiftProtobuf": [
"~> 1.5.0"
]
},
"frameworks": "Foundation",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/**/*.swift"
],
"dependencies": {
"BigInt": [
"~> 5.0.0"
]
},
"frameworks": "Foundation"
}
],
"swift_version": "5.1"
}