4 "summary": "hippy lib for ios",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "http://hippyjs.org",
12 "mengyanluo": "mengyanluo@tencent.com"
15 "git": "https://github.com/Tencent/Hippy.git",
21 "source_files": "ios/sdk/**/*.{h,m,c,mm,s,cpp,cc}",
22 "public_header_files": "ios/sdk/**/*.h",
23 "default_subspecs": "core",
24 "user_target_xcconfig": {
25 "OTHER_LDFLAGS": "-force_load \"${PODS_CONFIGURATION_BUILD_DIR}/hippy/libhippy.a\""
30 "source_files": "core/**/*.{h,cc}",
32 "core/include/core/napi/v8",
35 "core/third_party/base/src/platform/adr"
39 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy/core/third_party/base/include/ ${PODS_ROOT}/hippy/core/include/"