[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / b / c / 2 / peerid-objc / 0.1.6 / peerid-objc.podspec.json
blob4546613b3bfeb2facf5cc030c2bb33c1d602c990
2   "name": "peerid-objc",
3   "version": "0.1.6",
4   "summary": "A PeerId generator for Objective-C",
5   "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",
6   "homepage": "http://github.com/ajres/peerid-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@xn--voo-zpa.com"
10   },
11   "source": {
12     "git": "https://github.com/ajres/peerid-objc.git",
13     "tag": "0.1.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "peerid-objc/**/*.{c,h,m}",
21   "public_header_files": "peerid-objc/PeerId.h",
22   "dependencies": {
23     "libsodium": [
25     ],
26     "yaul-objc": [
28     ]
29   }