blob: 14ae2088bdfe5dfcca5e4ae1347b4b54ff2307be [file] [log] [blame]
{
"name": "hippy",
"version": "2.5.0",
"summary": "hippy lib for ios",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://hippyjs.org",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"mengyanluo": "mengyanluo@tencent.com"
},
"source": {
"git": "https://github.com/Tencent/Hippy.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"ios/sdk/**/*.{h,m,c,mm,s,cpp,cc}",
"core/**/*.{h,cc}"
],
"exclude_files": [
"core/include/core/napi/v8",
"core/src/napi/v8",
"core/js"
],
"libraries": "c++",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy ${PODS_ROOT}/hippy/ios/sdk/** ${PODS_ROOT}/hippy/core/include"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-force_load \"${PODS_CONFIGURATION_BUILD_DIR}/hippy/libhippy.a\""
}
}