blob: 14aaeefa104bb0e92346171ff4710cf994b75993 [file] [log] [blame]
{
"name": "Zesame",
"version": "1.0.1",
"swift_versions": "5.0",
"platforms": {
"ios": "11.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Zilliqa SDK in pure Swift",
"homepage": "https://github.com/OpenZesame/Zesame",
"authors": {
"Alex Cyon": "alex.cyon@gmail.com"
},
"source": {
"git": "https://github.com/OpenZesame/Zesame.git",
"tag": "1.0.1"
},
"source_files": "Source/**/*.swift",
"social_media_url": "https://twitter.com/alexcyon",
"dependencies": {
"EllipticCurveKit": [
"~> 1.0.0"
],
"BigInt": [
"~> 4.0.0"
],
"CryptoSwift": [
"~> 1.0.0"
],
"RxSwift": [
"~> 4.5.0"
],
"SwiftProtobuf": [
"~> 1.5.0"
],
"Alamofire": [
"~> 5.0.0-beta.4"
]
},
"swift_version": "5.0"
}