[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.10.0 / hippy.podspec.json
blob5a64639b819d5f99e078268270a105430d63f5f7
2   "name": "hippy",
3   "version": "2.10.0",
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.10.0"
17   },
18   "platforms": {
19     "ios": "9.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       "public_header_files": "core/include/**/*.h",
32       "exclude_files": [
33         "core/include/core/napi/v8",
34         "core/src/napi/v8",
35         "core/js",
36         "core/third_party/base/src/platform/adr"
37       ],
38       "libraries": "c++",
39       "xcconfig": {
40         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy/core/third_party/base/include/ ${PODS_ROOT}/hippy/core/include/"
41       }
42     }
43   ]