[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.5.0 / hippy.podspec.json
blob14ae2088bdfe5dfcca5e4ae1347b4b54ff2307be
2   "name": "hippy",
3   "version": "2.5.0",
4   "summary": "hippy lib for ios",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://hippyjs.org",
7   "license": {
8     "type": "Apache2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mengyanluo": "mengyanluo@tencent.com"
13   },
14   "source": {
15     "git": "https://github.com/Tencent/Hippy.git",
16     "tag": "2.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "ios/sdk/**/*.{h,m,c,mm,s,cpp,cc}",
23     "core/**/*.{h,cc}"
24   ],
25   "exclude_files": [
26     "core/include/core/napi/v8",
27     "core/src/napi/v8",
28     "core/js"
29   ],
30   "libraries": "c++",
31   "xcconfig": {
32     "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy ${PODS_ROOT}/hippy/ios/sdk/** ${PODS_ROOT}/hippy/core/include"
33   },
34   "user_target_xcconfig": {
35     "OTHER_LDFLAGS": "-force_load \"${PODS_CONFIGURATION_BUILD_DIR}/hippy/libhippy.a\""
36   }