[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 2 / yapo-objc / 0.1.1 / yapo-objc.podspec.json
blob770dc1d25f79555afa15dbe347b943f604c3f7da
2   "name": "yapo-objc",
3   "version": "0.1.1",
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.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": [
20     "yapo-objc/**/*.{c,h,m}",
21     "libzmq_dist/include/*.h",
22     "libczmq_dist/include/*.h",
23     "libcurve_dist/include/*.h",
24     "libsodium/include/*.h"
25   ],
26   "public_header_files": "yapo-objc/*.h",
27   "dependencies": {
28     "CocoaLumberjack": [
30     ],
31     "peerid-objc": [
33     ],
34     "yaul-objc": [
36     ],
37     "yapo-transport-objc": [
39     ],
40     "yapo-transport-ip-objc": [
42     ]
43   },
44   "preserve_paths": [
45     "libzmq_dist/include/*.h",
46     "libczmq_dist/include/*.h",
47     "libcurve_dist/include/*.h",
48     "libsodium/include/*.h"
49   ],
50   "libraries": [
51     "c++",
52     "stdc++"
53   ],
54   "vendored_libraries": [
55     "libzmq_dist/lib/libzmq.a",
56     "libczmq_dist/lib/libczmq.a",
57     "libcurve_dist/lib/libcurve.a",
58     "libsodium/lib/libsodium.a"
59   ]