[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 2 / 1 / HGTencentOpenAPI / 3.5.2 / HGTencentOpenAPI.podspec.json
blob04edd2469ef4dfbe72de4064ea49937e161fe491
2   "name": "HGTencentOpenAPI",
3   "version": "3.5.2",
4   "license": "MIT",
5   "summary": "个人使用的TencentOpenAPI的pod库",
6   "description": "对TencentOpenAPI进行了封装,方便使用.",
7   "homepage": "https://github.com/ArchLL/HGTencentOpenAPI",
8   "authors": {
9     "Tencent": "https://open.tencent.com"
10   },
11   "source": {
12     "git": "https://github.com/ArchLL/HGTencentOpenAPI.git",
13     "tag": "3.5.2"
14   },
15   "frameworks": [
16     "Security",
17     "SystemConfiguration",
18     "CoreGraphics",
19     "CoreTelephony"
20   ],
21   "libraries": [
22     "iconv",
23     "sqlite3",
24     "c++",
25     "z"
26   ],
27   "vendored_frameworks": "TencentOpenAPI/TencentOpenAPI.framework",
28   "platforms": {
29     "ios": "9.0"
30   },
31   "ios": {
32     "frameworks": [
33       "UIKit",
34       "Foundation",
35       "WebKit"
36     ]
37   },
38   "requires_arc": true,
39   "pod_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "user_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   }