blob: b42f2103214fa70784c7d4c19a10189a8a1cde29 [file] [log] [blame]
{
"name": "Zesame",
"version": "1.0.0",
"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.0"
},
"source_files": "Source/**/*.swift",
"social_media_url": "https://twitter.com/alexcyon",
"dependencies": {
"EllipticCurveKit": [
"~> 1.0.0"
],
"CryptoSwift": [
"~> 1.0.0"
],
"RxSwift": [
],
"SwiftProtobuf": [
],
"Alamofire": [
"~> 5.0.0-beta.3"
]
}
}