[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / 6 / GHQQSDK / 3.5.5.121.x / GHQQSDK.podspec.json
blob28b520ff871f919eee87803f0f6328d5bad69bf9
2   "name": "GHQQSDK",
3   "version": "3.5.5.121.x",
4   "summary": "GHQQSDK封装最新版本的QQSDK。",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/juguanhui/GHQQSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "juguanhui": "juguanhui@126.com"
13   },
14   "source": {
15     "git": "https://github.com/juguanhui/GHQQSDK.git",
16     "tag": "3.5.5.121.x"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "skip_validation": true,
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "skip_validation": true,
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "vendored_frameworks": "GHQQSDK/Classes/TencentOpenAPI.framework",
30   "source_files": "GHQQSDK/Classes/TencentOpenAPI.framework/Headers/*.h",
31   "requires_arc": true,
32   "frameworks": [
33     "UIKit",
34     "Foundation",
35     "Security",
36     "SystemConfiguration",
37     "CoreGraphics",
38     "CoreTelephony",
39     "WebKit"
40   ],
41   "libraries": [
42     "iconv",
43     "sqlite3",
44     "stdc++",
45     "z"
46   ],
47   "xcconfig": {
48     "VALID_ARCHS": "armv7 i386 x86_64 arm64"
49   }