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