[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 7 / 8 / OpenWeChatSDK / 1.9.2+1 / OpenWeChatSDK.podspec.json
blob554fbb4d5fea21e0e5fdf0d2ea0ff3e937bcac45
2   "name": "OpenWeChatSDK",
3   "version": "1.9.2+1",
4   "summary": "WeChatSDK for Cocoapods convenience.",
5   "license": {
6     "type": "MIT",
7     "text": "LICENSE"
8   },
9   "authors": {
10     "JarvanMo": "jarvan.mo@gmail.com"
11   },
12   "homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
13   "source": {
14     "git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
15     "tag": "1.9.2+1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Library/include/**/*.h",
22   "public_header_files": "Pod/Library/include/WeChat/*.h",
23   "vendored_libraries": "Pod/Library/lib/**/*.a",
24   "frameworks": [
25     "CFNetwork",
26     "Security",
27     "CoreTelephony",
28     "SystemConfiguration",
29     "UIKit",
30     "CoreGraphics",
31     "Foundation",
32     "WebKit"
33   ],
34   "libraries": [
35     "z",
36     "sqlite3.0",
37     "c++"
38   ],
39   "pod_target_xcconfig": {
40     "VALID_ARCHS": "x86_64 armv7 arm64"
41   }