[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 2 / c / JFWechat / 1.0.0 / JFWechat.podspec.json
blob04fc3f7f60a394167e91fcd697cb0cec81009823
2   "name": "JFWechat",
3   "version": "1.0.0",
4   "summary": "A short description of JFWechat.",
5   "description": "TODO: Add long description of the pod here.",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "homepage": "https://code.hh-medic.com/dev-client/hhsdk.ios",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "ligen": "ligen@smartlink-tech.com.cn"
16   },
17   "source": {
18     "git": "https://github.com/mountainheight/JFWechat.git",
19     "tag": "1.0.0"
20   },
21   "ios": {
22     "vendored_frameworks": "JFWechat/**/*.framework"
23   },
24   "frameworks": [
25     "CFNetwork",
26     "UIKit",
27     "Foundation",
28     "WebKit",
29     "CoreGraphics",
30     "Security"
31   ],
32   "libraries": [
33     "z",
34     "c++",
35     "sqlite3"
36   ],
37   "pod_target_xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC-all_load",
39     "ENABLE_BITCODE": "NO",
40     "VALID_ARCHS": [
41       "arm64",
42       "x86_64",
43       "armv7"
44     ]
45   }