[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.7.0 / hippy.podspec.json
blob480cf0d33fe75fcd2ae79bec4ed98ffb41243466
2   "name": "hippy",
3   "version": "2.7.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.7.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
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\""
26   },
27   "subspecs": [
28     {
29       "name": "core",
30       "source_files": "core/**/*.{h,cc}",
31       "exclude_files": [
32         "core/include/core/napi/v8",
33         "core/src/napi/v8",
34         "core/js",
35         "core/third_party/base/src/platform/adr"
36       ],
37       "libraries": "c++",
38       "xcconfig": {
39         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy/core/third_party/base/include/ ${PODS_ROOT}/hippy/core/include/"
40       }
41     }
42   ]