[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 2 / yapo-objc / 0.1.2 / yapo-objc.podspec.json
blob385cf5ea69b01ecec49e417cb9e559dde412b6a2
2   "name": "yapo-objc",
3   "version": "0.1.2",
4   "summary": "YAPO for Objective-C",
5   "description": "                       Yet Another Peer Overlay for objecive-c\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/ajres/yapo-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@xn--voo-zpa.com"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-objc.git",
13     "tag": "0.1.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": [
21     "yapo-objc/**/*.{c,h,m}",
22     "libzmq_dist/include/*.h",
23     "libczmq_dist/include/*.h",
24     "libcurve_dist/include/*.h",
25     "libsodium/include/*.h"
26   ],
27   "public_header_files": "yapo-objc/*.h",
28   "dependencies": {
29     "CocoaLumberjack": [
31     ],
32     "peerid-objc": [
34     ],
35     "yaul-objc": [
37     ],
38     "yapo-transport-objc": [
40     ],
41     "yapo-transport-ip-objc": [
43     ]
44   },
45   "preserve_paths": [
46     "libzmq_dist/include/*.h",
47     "libczmq_dist/include/*.h",
48     "libcurve_dist/include/*.h",
49     "libsodium/include/*.h"
50   ],
51   "libraries": [
52     "c++",
53     "stdc++"
54   ],
55   "vendored_libraries": [
56     "libzmq_dist/lib/libzmq.a",
57     "libczmq_dist/lib/libczmq.a",
58     "libcurve_dist/lib/libcurve.a",
59     "libsodium/lib/libsodium.a"
60   ]