blob: 4546613b3bfeb2facf5cc030c2bb33c1d602c990 [file] [log] [blame]
{
"name": "peerid-objc",
"version": "0.1.6",
"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.6"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "peerid-objc/**/*.{c,h,m}",
"public_header_files": "peerid-objc/PeerId.h",
"dependencies": {
"libsodium": [
],
"yaul-objc": [
]
}
}