blob: 10ab6d68aac2529cdd0a31a0017a43e85d1cb9cd [file] [log] [blame]
{
"name": "RLPSwift",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/bitfwdcommunity/RLPSwift",
"authors": "Aleph Retamal",
"summary": "Recursive Length Prefix encoding written in Swift",
"source": {
"git": "https://github.com/bitfwdcommunity/RLPSwift.git",
"tag": "v0.0.4"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/RLPSwift",
"swift_version": "5.1"
}