[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / 0 / PureParser / 1.0.2 / PureParser.podspec.json
blobd173ec4026af81de5cda546913501f695627f7e4
2   "name": "PureParser",
3   "version": "1.0.2",
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.2"
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   "libraries": "c++",
29   "pod_target_xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
31     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
32   },
33   "platforms": {
34     "ios": "8.0",
35     "osx": "10.9",
36     "watchos": "2.0",
37     "tvos": "9.0"
38   }