[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / c / XMNThirdFunction / 1.0.1 / XMNThirdFunction.podspec.json
blob404dae452c8c25918d3a72029c7ac4f6e7ee2bb5
2   "name": "XMNThirdFunction",
3   "version": "1.0.1",
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.1"
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       "dependencies": {
91         "XMNThirdFunction/Core": [
93         ]
94       },
95       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/Weibo/*.bundle"
96     },
97     {
98       "name": "QQ",
99       "source_files": "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.{h,m}",
100       "public_header_files": [
101         "XMNThirdExample/XMNThirdInteraction/XMNThirdFunction+QQ.h",
102         "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework/Headers/*.h"
103       ],
104       "ios": {
105         "vendored_frameworks": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/TencentOpenAPI.framework",
106         "libraries": [
107           "iconv",
108           "sqlite3",
109           "stdc++",
110           "z"
111         ]
112       },
113       "dependencies": {
114         "XMNThirdFunction/Core": [
116         ]
117       },
118       "resources": "XMNThirdExample/XMNThirdInteraction/APPSDK/QQ/*.bundle"
119     }
120   ]