[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / d / a / LiquidCore-headers / 0.7.3 / LiquidCore-headers.podspec.json
blob6bf3b2be464059d3e8e4cc21b897aee9919bad3a
2   "name": "LiquidCore-headers",
3   "version": "0.7.3",
4   "summary": "Header include files for LiquidCore.",
5   "description": "Header include files for LiquidCore.  To use in a native addon, add \"${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore-headers/LiquidCore_headers.framework/PrivateHeaders\" to your header search path.",
6   "homepage": "https://github.com/LiquidPlayer/LiquidCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Eric Lange": "eric@flicket.tv"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/LiquidPlayer/LiquidCore.git",
19     "tag": "0.7.3"
20   },
21   "prepare_command": "bash LiquidCore/src/ios/copy_headers.sh",
22   "source_files": [
23     "LiquidCore/src/ios/gen/include/*.h",
24     "LiquidCore/src/ios/gen/include/**/*.h",
25     "LiquidCore/src/ios/header-dummy.cc"
26   ],
27   "private_header_files": [
28     "LiquidCore/src/ios/gen/include/*.h",
29     "LiquidCore/src/ios/gen/include/**/*.h"
30   ],
31   "header_mappings_dir": "LiquidCore/src/ios/gen/include",
32   "xcconfig": {
33     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
34     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/LiquidCore/src/ios/gen/include"
35   }