[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 7 / b / c / RECore / 3.0.5 / RECore.podspec.json
blobc779da687ea836c0be35f285d258e6105e4e9580
2   "name": "RECore",
3   "version": "3.0.5",
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.5",
17     "submodules": "true"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.7",
22     "tvos": "9.0"
23   },
24   "public_header_files": "include/*.{h}",
25   "source_files": [
26     "include/*.{h}",
27     "src/*.{h,cpp}",
28     "lzma/*.{h,c}",
29     "jansson/src/*.{h,c}",
30     "builds/mac/*.{h}"
31   ],
32   "compiler_flags": [
33     "-D_7ZIP_ST=1",
34     "-DRE_BUILD_WITH_LZMA2=1",
35     "-DHAVE_RECORE_CONFIG_H=1"
36   ],
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/RECore/jansson/src\"",
39     "ALWAYS_SEARCH_USER_PATHS": "YES",
40     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/RECore/jansson/src\""
41   },
42   "requires_arc": false,
43   "libraries": [
44     "pthread",
45     "stdc++",
46     "z"
47   ]