[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / a / c / XMNThirdFunction / 1.0.0 / XMNThirdFunction.podspec.json
blob97d1199523505eca5026592a0f9027fea05160a4
2   "name": "XMNThirdFunction",
3   "version": "1.0.0",
4   "summary": "封装第三方SDK 集成分享功能",
5   "description": "移动分享集成,\n目前支持微信,微博,QQ",
6   "homepage": "https://github.com/ws00801526",
7   "license": "MIT",
8   "authors": {
9     "XMFraker": "3057600441@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ws00801526/XMNThirdFunction.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": [
20     "Core",
21     "WeChat",
22     "Weibo",
23     "QQ"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction.{h,m}",
30         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Supports.{h,m}"
31       ],
32       "frameworks": [
33         "SystemConfiguration",
34         "ImageIO",
35         "CoreTelephony",
36         "QuartzCore",
37         "Security"
38       ]
39     },
40     {
41       "name": "WeChat",
42       "ios": {
43         "libraries": [
44           "z",
45           "sqlite3.0",
46           "c++"
47         ]
48       },
49       "public_header_files": [
50         "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.h",
51         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+WeChat.h"
52       ],
53       "source_files": [
54         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+WeChat.{h,m}",
55         "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.h"
56       ],
57       "vendored_libraries": "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.a",
58       "dependencies": {
59         "XMNThirdFunction/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Weibo",
66       "source_files": [
67         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Weibo.{h,m}",
68         "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.h"
69       ],
70       "public_header_files": [
71         "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.h",
72         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Weibo.h"
73       ],
74       "vendored_libraries": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.a",
75       "ios": {
76         "libraries": [
77           "sqlite3",
78           "z"
79         ]
80       },
81       "dependencies": {
82         "XMNThirdFunction/Core": [
84         ]
85       },
86       "xcconfig": {
87         "OTHER_LDFLAGS": "-ObjC"
88       },
89       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.bundle"
90     },
91     {
92       "name": "QQ",
93       "source_files": "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.{h,m}",
94       "public_header_files": [
95         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.h",
96         "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework/Headers/*.h"
97       ],
98       "ios": {
99         "vendored_frameworks": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework",
100         "libraries": [
101           "iconv",
102           "sqlite3",
103           "stdc++",
104           "z"
105         ]
106       },
107       "dependencies": {
108         "XMNThirdFunction/Core": [
110         ]
111       },
112       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/*.bundle"
113     }
114   ]