[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 2 / DDThirdShareLibrary / 0.0.9 / DDThirdShareLibrary.podspec.json
blob3ce107089b9995ca172f315ec94b6f5d924fc3e6
2   "name": "DDThirdShareLibrary",
3   "version": "0.0.9",
4   "summary": "Third SDKs content QQ、WeChat、Sina、MI、MiLiao、Facebook、Twitter.",
5   "homepage": "https://github.com/393385724/DDThirdShareLibrary",
6   "license": "MIT",
7   "authors": {
8     "llg": "393385724@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/393385724/DDThirdShareLibrary.git",
12     "tag": "0.0.9"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "MISDK",
21       "ios": {
22         "vendored_frameworks": "Librarys/MISDK/*.framework"
23       }
24     },
25     {
26       "name": "TencentSDK",
27       "resources": "Librarys/TencentSDK/*.bundle",
28       "ios": {
29         "vendored_frameworks": "Librarys/TencentSDK/*.framework"
30       },
31       "libraries": [
32         "z",
33         "sqlite3",
34         "stdc++",
35         "iconv"
36       ],
37       "frameworks": [
38         "Foundation",
39         "CoreGraphics",
40         "UIKit",
41         "CoreTelephony",
42         "Security",
43         "SystemConfiguration"
44       ]
45     },
46     {
47       "name": "WeChatSDK",
48       "source_files": "Librarys/WeChatSDK/*.h",
49       "ios": {
50         "vendored_libraries": "Librarys/WeChatSDK/*.a"
51       },
52       "libraries": [
53         "z",
54         "sqlite3",
55         "stdc++"
56       ],
57       "frameworks": [
58         "Foundation",
59         "UIKit",
60         "SystemConfiguration"
61       ]
62     },
63     {
64       "name": "WeiboSDK",
65       "dependencies": {
66         "WeiboSDK": [
67           "~> 3.1.3"
68         ]
69       }
70     },
71     {
72       "name": "FaceBookSDK",
73       "dependencies": {
74         "FBSDKLoginKit": [
76         ],
77         "FBSDKShareKit": [
79         ]
80       }
81     },
82     {
83       "name": "TwitterSDK",
84       "dependencies": {
85         "TwitterKit": [
87         ]
88       }
89     },
90     {
91       "name": "MiLiaoAppSDK",
92       "ios": {
93         "vendored_frameworks": "Librarys/MiLiaoAppSDK/*.framework"
94       }
95     }
96   ]