[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / a / c / XMNThirdFunction / 1.0.3 / XMNThirdFunction.podspec.json
blob280258c2816b824f2e4e13b3674cc378c3832a4b
2   "name": "XMNThirdFunction",
3   "version": "1.0.3",
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.3"
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   "xcconfig": {
26     "OTHER_LDFLAGS": "-all_load"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction.{h,m}",
33         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Supports.{h,m}"
34       ],
35       "frameworks": [
36         "SystemConfiguration",
37         "ImageIO",
38         "CoreTelephony",
39         "QuartzCore",
40         "Security"
41       ]
42     },
43     {
44       "name": "WeChat",
45       "ios": {
46         "libraries": [
47           "z",
48           "sqlite3.0",
49           "c++"
50         ]
51       },
52       "public_header_files": [
53         "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.h",
54         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+WeChat.h"
55       ],
56       "source_files": [
57         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+WeChat.{h,m}",
58         "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.h"
59       ],
60       "vendored_libraries": "XMNThirdExample/XMNThirdInteraction/APPSDK/WeChat/*.a",
61       "dependencies": {
62         "XMNThirdFunction/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Weibo",
69       "source_files": [
70         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Weibo.{h,m}",
71         "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.h"
72       ],
73       "public_header_files": [
74         "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.h",
75         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+Weibo.h"
76       ],
77       "vendored_libraries": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.a",
78       "frameworks": [
79         "ImageIO",
80         "SystemConfiguration",
81         "CoreText",
82         "QuartzCore",
83         "Security",
84         "UIKit",
85         "Foundation",
86         "CoreGraphics",
87         "CoreTelephony"
88       ],
89       "libraries": [
90         "sqlite3",
91         "z"
92       ],
93       "xcconfig": {
94         "OTHER_LDFLAGS": "-all_load"
95       },
96       "dependencies": {
97         "XMNThirdFunction/Core": [
99         ]
100       },
101       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.bundle"
102     },
103     {
104       "name": "QQ",
105       "source_files": "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.{h,m}",
106       "public_header_files": [
107         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.h",
108         "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework/Headers/*.h"
109       ],
110       "ios": {
111         "vendored_frameworks": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework",
112         "libraries": [
113           "iconv",
114           "sqlite3",
115           "stdc++",
116           "z"
117         ]
118       },
119       "dependencies": {
120         "XMNThirdFunction/Core": [
122         ]
123       },
124       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/*.bundle"
125     }
126   ]