blob: 5f7110af16ba14b33a271a61f035c55d1731132e [file] [log] [blame]
{
"name": "MAVEMerkleTree",
"version": "0.1.0",
"summary": "An Objective-C Merkle Tree implementation for iOS",
"description": "An Objective-C Merkle Tree implementation for iOS",
"homepage": "http://mave.io",
"license": "MIT",
"authors": "dcosson",
"source": {
"git": "https://github.com/dcosson/mave-merkle-tree.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MAVEMerkleTree/**/*.{m,h}",
"frameworks": "UIKit",
"libraries": "z",
"pushed_with_swift_version": null
}