[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 4 / d / BXWeChatSDK / 1.7.0 / BXWeChatSDK.podspec.json
blob09a365b507d02a5c4b7f63253bc6663980de995d
2   "name": "BXWeChatSDK",
3   "version": "1.7.0",
4   "summary": "WeChat SDK for iOS to access WeChat platform.",
5   "description": "It is a shame that WeChat does not have an official pod for their iOS SDK. Therefore, we create this pod to track the official WeChat iOS SDK.",
6   "homepage": "https://github.com/iException/BXWeChatSDK",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yiming Tang": "yimingnju@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iException/BXWeChatSDK.git",
16     "tag": "v1.7.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "WeChatSDK/*.{h,m}",
23   "vendored_libraries": "WeChatSDK/libWeChatSDK.a",
24   "frameworks": [
25     "SystemConfiguration",
26     "CoreTelephony",
27     "Security"
28   ],
29   "libraries": [
30     "sqlite3",
31     "z",
32     "c++"
33   ]