[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 7 / b / c / RECore / 3.0.3 / RECore.podspec.json
blob1847bad822c2e659a37d36f930ee5dc9d335ae91
2   "name": "RECore",
3   "version": "3.0.3",
4   "summary": "C++ core implementation",
5   "description": "C++ core implementation.",
6   "homepage": "https://github.com/OlehKulykov/RECore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleh Kulykov": "info@resident.name"
13   },
14   "source": {
15     "git": "https://github.com/OlehKulykov/RECore.git",
16     "tag": "3.0.3"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7",
21     "tvos": "9.0"
22   },
23   "public_header_files": "include/*.{h}",
24   "source_files": [
25     "include/*.{h}",
26     "src/*.{h,cpp}",
27     "lzma/*.{h,c}",
28     "builds/mac/*.{h}"
29   ],
30   "compiler_flags": [
31     "-D_7ZIP_ST=1",
32     "-DRE_BUILD_WITH_LZMA2=1",
33     "-DHAVE_RECORE_CONFIG_H=1"
34   ],
35   "requires_arc": false,
36   "libraries": [
37     "pthread",
38     "stdc++",
39     "z"
40   ]