[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / c / 2 / peerid-objc / 0.1.3 / peerid-objc.podspec.json
blob21425e0117cfe0c08db0cb06d9bf5966b36766e6
2   "name": "peerid-objc",
3   "version": "0.1.3",
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.3"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "peerid-objc/**/*.{c,h,m}",
20   "public_header_files": "peerid-objc/PeerId.h",
21   "dependencies": {
22     "libsodium": [
24     ]
25   }