[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 4 / d / BXWeChatSDK / 1.6.2 / BXWeChatSDK.podspec.json
blobb4df4d907c203385c4698bd0ced998b78152e24a
2   "name": "BXWeChatSDK",
3   "version": "1.6.2",
4   "summary": "WeChat SDK for iOS to access WeChat platform",
5   "description": "It's a shame that WeChat doesn't have an official pod for their iOS SDK.\nTherefore, 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.6.2"
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   ],
28   "libraries": [
29     "sqlite3",
30     "z",
31     "c++"
32   ]