[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / OpenWeChatSDK / 1.8.3+5 / OpenWeChatSDK.podspec.json
blob43973bb16ec08ea2b3fc11bf8d0007bac026ab9b
2   "name": "OpenWeChatSDK",
3   "version": "1.8.3+5",
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+5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "module_name": "OpenWeChatSDK",
21   "source_files": "Headers/**/*.{h,m}",
22   "public_header_files": "Headers/**/*.h",
23   "vendored_libraries": "**/*.a",
24   "static_framework": true,
25   "preserve_paths": "libWeChatSDK.a",
26   "requires_arc": true,
27   "frameworks": [
28     "SystemConfiguration",
29     "CoreTelephony"
30   ],
31   "libraries": [
32     "z",
33     "sqlite3.0",
34     "c++"
35   ],
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-all_load"
38   },
39   "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"