[Add] AdisonOfferwallCommon 0.10.2
[CocoaPods.git] / Specs / 6 / 7 / 8 / OpenWeChatSDK / 1.8.3+3 / OpenWeChatSDK.podspec.json
blob278e4dce4f78fb51fc3b61ed05064568e2ad81ad
2   "name": "OpenWeChatSDK",
3   "version": "1.8.3+3",
4   "license": {
5     "type": "MIT",
6     "text": "LICENSE"
7   },
8   "summary": "WeChatSDK for Cocoapods convenience.",
9   "homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
10   "authors": {
11     "JarvanMo": "jarvan.mo@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
15     "tag": "1.8.3+3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "**/*.{h,m}",
21   "public_header_files": "**/*.h",
22   "vendored_libraries": "**/*.a",
23   "preserve_paths": "libWeChatSDK.a",
24   "requires_arc": true,
25   "frameworks": [
26     "SystemConfiguration",
27     "CoreTelephony"
28   ],
29   "libraries": [
30     "z",
31     "sqlite3.0",
32     "c++"
33   ],
34   "prepare_command": "# 创建Base Module\nrm -rf Modules\nmkdir Modules\ntouch Modules/module.modulemap\ncat <<-EOF > Modules/module.modulemap\nframework module OpenWeChatSDK {\n  umbrella header \"WechatAuthSDK.h\"\n  umbrella header \"WXApi.h\"\n  umbrella header \"WXApiObject.h\"\n  export *\n  link \"c++\"\n  link \"z\"\n  link \"sqlite3.0\"\n}\nEOF"