[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.8.4 / hippy.podspec.json
blob6f6cf3d3adcdf33e8c0d8660c7c4f0936ffe2050
2   "name": "hippy",
3   "version": "2.8.4",
4   "summary": "Hippy library for iOS",
5   "description": "Hippy is a cross-platform development framework created by Tencent, aiming to help developers write once, run on three platforms(iOS, Android and Web). \nHippy is quite friendly to web developers, especially who are familiar with React or Vue. With Hippy, developers are able to create the cross platform app easily.",
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.8.4"
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   ]