[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / b / yari / 0.1.8 / yari.podspec.json
blob3dd19fe644451956dd648abb0ffdd4b048ee6856
2   "name": "yari",
3   "version": "0.1.8",
4   "summary": "A ResourceId generator for Objective-C",
5   "description": "Generates ResourceId'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!",
6   "homepage": "http://github.com/ajres/yari-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@.yet-another.co"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yari-objc.git",
13     "tag": "0.1.8"
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": [
28     ]
29   }