[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.13.7 / hippy.podspec.json
blob26da3e3742a602b5ef3a4edfeaf50474b6d01164
2   "name": "hippy",
3   "version": "2.13.7",
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.13.7"
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   "subspecs": [
25     {
26       "name": "core",
27       "source_files": "core/**/*.{h,cc}",
28       "public_header_files": "core/include/**/*.h",
29       "exclude_files": [
30         "core/include/core/napi/v8",
31         "core/src/napi/v8",
32         "core/js",
33         "core/third_party/base/src/platform/adr"
34       ],
35       "libraries": "c++",
36       "xcconfig": {
37         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/hippy/core/third_party/base/include/ ${PODS_ROOT}/hippy/core/include/"
38       }
39     }
40   ]