[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / d / hippy / 2.0.2 / hippy.podspec.json
bloba241acdba9a3935ec95fadb9dccd6a7be7b082d5
2   "name": "hippy",
3   "version": "2.0.2",
4   "summary": "hippy lib for ios",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://tencent.github.io/Hippy/#/",
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.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "ios/sdk/**/*.{h,m,c,mm,s,cpp,cc}",
23     "core/**/*.{h,cc}"
24   ],
25   "exclude_files": [
26     "core/napi/v8",
27     "core/js"
28   ],
29   "libraries": "c++",
30   "pod_target_xcconfig": {
31     "USER_HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT} ${PODS_TARGET_SRCROOT}/ios/sdk/**"
32   },
33   "user_target_xcconfig": {
34     "OTHER_LDFLAGS": "-force_load \"${PODS_CONFIGURATION_BUILD_DIR}/hippy/libhippy.a\""
35   }