blob: 21425e0117cfe0c08db0cb06d9bf5966b36766e6 [file] [log] [blame]
{
"name": "peerid-objc",
"version": "0.1.3",
"summary": "A PeerId generator for Objective-C",
"description": " Generates PeerId's for meshnetworks, a PeerId consists of:\n Encryption Private Key\n Encryption Public Key\n Signing Private Key\n Signing Public Key\n IPV6 address in the private range (starts with 0xFC)\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "http://github.com/ajres/peerid-objc",
"license": "APACHE2",
"authors": {
"@ajres": "dev@xn--voo-zpa.com"
},
"source": {
"git": "https://github.com/ajres/peerid-objc.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "peerid-objc/**/*.{c,h,m}",
"public_header_files": "peerid-objc/PeerId.h",
"dependencies": {
"libsodium": [
]
}
}