4 "summary": "Hippy Cross Platform Framework",
5 "description": "Hippy is designed for developers to easily build cross-platform and high-performance awesome apps.",
6 "homepage": "https://hippyjs.org",
11 "authors": "OpenHippy Team",
13 "git": "https://github.com/Tencent/Hippy.git",
20 "default_subspecs": "iOSSDK",
21 "pod_target_xcconfig": {
22 "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
23 "GCC_ENABLE_CPP_EXCEPTIONS": false,
24 "GCC_ENABLE_CPP_RTTI": false,
25 "GCC_PREPROCESSOR_DEFINITIONS[config=Release]": "${inherited} NDEBUG=1"
31 "frameworks": "JavaScriptCore",
33 "hippy/coreThirdParty": [
38 "core/include/**/*.{h,cc}",
39 "core/src/**/*.{h,cc}"
41 "public_header_files": "core/include/**/*.h",
42 "project_header_files": "core/include/**/*.h",
44 "core/include/core/napi/v8",
45 "core/include/core/vm/v8",
46 "core/include/core/inspector",
50 "core/third_party/base/src/platform/adr"
52 "pod_target_xcconfig": {
53 "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/core/include/"
57 "name": "coreThirdParty",
59 "frameworks": "JavaScriptCore",
60 "public_header_files": "core/third_party/**/*.h",
61 "project_header_files": "core/third_party/**/*.h",
62 "source_files": "core/third_party/**/*.{h,cc}",
64 "core/third_party/base/src/platform/adr"
66 "pod_target_xcconfig": {
67 "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/core/third_party/base/include/"
77 "source_files": "ios/sdk/layout/**/*.{h,m,c,mm,s,cpp,cc}",
78 "public_header_files": "ios/sdk/layout/**/MTTFlex.h"
86 "hippy/coreThirdParty": [
102 "SystemConfiguration",
107 "public_header_files": "ios/sdk/**/*.h",
108 "project_header_files": [
109 "ios/sdk/**/HippyJSEnginesMapper.h"
111 "source_files": "ios/sdk/**/*.{h,m,c,mm,s,cpp,cc}",
112 "exclude_files": "ios/sdk/layout/**/*.{h,m,c,mm,s,cpp,cc}"