[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / e / 4 / d / BXWeChatSDK / 1.7.6 / BXWeChatSDK.podspec.json
blob8c83e369f3c8035b31466beec26f7df2418efc85
2   "name": "BXWeChatSDK",
3   "version": "1.7.6",
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.6"
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     "CFNetwork",
26     "CoreTelephony",
27     "Security",
28     "SystemConfiguration"
29   ],
30   "libraries": [
31     "c++",
32     "sqlite3",
33     "z"
34   ],
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-ObjC -all_load"
37   }