[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / b / JHWeChatSDK / 1.1.2 / JHWeChatSDK.podspec.json
blobddd08a305effe2a58968bb5b312191a89749678a
2   "name": "JHWeChatSDK",
3   "version": "1.1.2",
4   "summary": "封装微信SDK.",
5   "description": "图文按钮.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/JHWeChatSDK.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "frameworks": [
26     "CFNetwork",
27     "SystemConfiguration",
28     "Security",
29     "CoreTelephony",
30     "CoreGraphics"
31   ],
32   "libraries": [
33     "c++",
34     "z",
35     "sqlite3"
36   ],
37   "ios": {
38     "vendored_frameworks": "JHWeChatSDK/Products/*.framework"
39   }