[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / 6 / a / c / XMNThirdFunction / 1.0.2 / XMNThirdFunction.podspec.json
blobd0d9033ca3e54831f5eeb611ca4810c41efb853a
2   "name": "XMNThirdFunction",
3   "version": "1.0.2",
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.2"
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       "frameworks": [
76         "ImageIO",
77         "SystemConfiguration",
78         "CoreText",
79         "QuartzCore",
80         "Security",
81         "UIKit",
82         "Foundation",
83         "CoreGraphics",
84         "CoreTelephony"
85       ],
86       "libraries": [
87         "sqlite3",
88         "z"
89       ],
90       "xcconfig": {
91         "OTHER_LDFLAGS": "-all_load"
92       },
93       "dependencies": {
94         "XMNThirdFunction/Core": [
96         ]
97       },
98       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.bundle"
99     },
100     {
101       "name": "QQ",
102       "source_files": "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.{h,m}",
103       "public_header_files": [
104         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.h",
105         "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework/Headers/*.h"
106       ],
107       "ios": {
108         "vendored_frameworks": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework",
109         "libraries": [
110           "iconv",
111           "sqlite3",
112           "stdc++",
113           "z"
114         ]
115       },
116       "dependencies": {
117         "XMNThirdFunction/Core": [
119         ]
120       },
121       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/*.bundle"
122     }
123   ]