[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 2 / b / MCTencentOpenAPI / 3.3.7 / MCTencentOpenAPI.podspec.json
blob36def3dc4477812c7d93e4eecdcf091a0ce29080
2   "name": "MCTencentOpenAPI",
3   "version": "3.3.7",
4   "summary": "TencentOpenAPI映射",
5   "description": "MCTencentOpenAPI是对TencentOpenAPI的映射,使用pod依赖管理,便于开发者快速集成TencentOpenAPI的QQ登录、分享等功能。",
6   "license": "MIT",
7   "authors": {
8     "littleplayer": "mailjiancheng@163.com"
9   },
10   "homepage": "https://github.com/poholo/MCTencentOpenAPI",
11   "source": {
12     "git": "https://github.com/poholo/MCTencentOpenAPI.git",
13     "tag": "3.3.7"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "vendored_frameworks": "SDK/TencentOpenAPI.framework",
20   "resource_bundles": {
21     "Resources": "SDK/TencentOpenApi_IOS_Bundle.bundle"
22   },
23   "xcconfig": {
24     "VALID_ARCHS": "arm64 x86_64"
25   },
26   "pod_target_xcconfig": {
27     "VALID_ARCHS": "arm64 x86_64"
28   },
29   "ios": {
30     "frameworks": [
31       "CoreTelephony",
32       "SystemConfiguration"
33     ],
34     "libraries": [
35       "z",
36       "sqlite3.0",
37       "c++",
38       "iconv"
39     ]
40   }