[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.5.4 / hippy.podspec.json
blob53f289a11bcc47a3669c459cf87d1201bfee9698
2   "name": "hippy",
3   "version": "2.5.4",
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.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       ],
36       "libraries": "c++",
37       "header_mappings_dir": "core/include/"
38     }
39   ]