[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 7 / 1 / StableWXOpenSDK / 1.8.2 / StableWXOpenSDK.podspec.json
blobe85121d7043cef2a6204dac5fd2b371b5ebba89a
2   "name": "StableWXOpenSDK",
3   "version": "1.8.2",
4   "summary": "微信分享,支付SDK,支持打包成动态库",
5   "source": {
6     "git": "https://github.com/StarkDuan/StableWXOpenSDK.git",
7     "tag": "1.8.2"
8   },
9   "description": "1. 版本和微信官方提供的SDK版本保持一致\n2. 在微信官方SDK包了一层,支持打包成动态库",
10   "homepage": "https://github.com/StarkDuan/StableWXOpenSDK",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "public_header_files": "StableWXOpenSDK/*.h",
16   "private_header_files": "StableWXOpenSDK/StableWXOpenSDKManager.h",
17   "source_files": "StableWXOpenSDK/*.{h,m}",
18   "vendored_libraries": "StableWXOpenSDK/libWeChatSDK.a",
19   "libraries": [
20     "c++",
21     "sqlite3",
22     "z"
23   ],
24   "frameworks": [
25     "CoreTelephony",
26     "SystemConfiguration",
27     "Security",
28     "CoreTelephony",
29     "CFNetwork",
30     "WebKit"
31   ],
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "-all_load",
34     "VALID_ARCHS": "x86_64 armv7 arm64"
35   },
36   "authors": {
37     "Duan Kai": "duan.kai@vpclub.cn"
38   },
39   "platforms": {
40     "ios": "8.0"
41   }