[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / 0 / PureParser / 1.0.4 / PureParser.podspec.json
blob206975bdbaf9a68f98bdbfe8e45e93bd26b7577e
2   "name": "PureParser",
3   "version": "1.0.4",
4   "summary": "Localization tool enpowered by special markup language; written in C++ and has some wrappers.",
5   "description": "PureParser is a tool that was designed to simplify the process of adopting the localizable strings if many conditions could cause those strings to look in different ways.\n\nPureParser allows putting the basic logic into strings themselves to control the output, and still keep it human-readable.",
6   "authors": {
7     "JivoSite Inc.": "info@jivochat.com"
8   },
9   "homepage": "https://www.jivochat.com",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/JivoSite/pure-parser.git",
16     "tag": "1.0.4"
17   },
18   "source_files": [
19     "cpp_src/*.hpp",
20     "cpp_src/PureScanner.cpp",
21     "cpp_src/PureParser.cpp",
22     "c_wrapper/*.{hpp,h}",
23     "c_wrapper/pure_parser.cpp",
24     "swift_wrapper/PureParser.swift"
25   ],
26   "public_header_files": "c_wrapper/pure_parser.h",
27   "private_header_files": "cpp_src/*.hpp",
28   "swift_versions": [
29     "4.0",
30     "4.2",
31     "5.0"
32   ],
33   "libraries": "c++",
34   "pod_target_xcconfig": {
35     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
36     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
37   },
38   "platforms": {
39     "ios": "8.0",
40     "osx": "10.9",
41     "watchos": "2.0",
42     "tvos": "9.0"
43   },
44   "swift_version": "5.0"