[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 6 / 2 / DDThirdShareLibrary / 0.0.4 / DDThirdShareLibrary.podspec.json
blob2e5821265e2771ca9c5e2c41d16bc4612aa2429a
2   "name": "DDThirdShareLibrary",
3   "version": "0.0.4",
4   "summary": "third SDKs content QQ WeChat Sina mi facebook.",
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.4"
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       "ios": {
28         "vendored_frameworks": "Librarys/TencentSDK/*.framework"
29       },
30       "libraries": [
31         "z",
32         "sqlite3",
33         "stdc++",
34         "iconv"
35       ],
36       "frameworks": [
37         "Foundation",
38         "CoreGraphics",
39         "UIKit",
40         "CoreTelephony",
41         "Security",
42         "SystemConfiguration"
43       ]
44     },
45     {
46       "name": "WeChatSDK",
47       "source_files": "Librarys/WeChatSDK/*.h",
48       "ios": {
49         "vendored_libraries": "Librarys/WeChatSDK/*.a"
50       },
51       "libraries": [
52         "z",
53         "sqlite3",
54         "stdc++"
55       ],
56       "frameworks": [
57         "Foundation",
58         "UIKit",
59         "SystemConfiguration"
60       ]
61     },
62     {
63       "name": "WeiboSDK",
64       "dependencies": {
65         "WeiboSDK": [
66           "~> 3.1.3"
67         ]
68       }
69     },
70     {
71       "name": "FaceBookSDK",
72       "ios": {
73         "vendored_frameworks": "Librarys/FaceBookSDK/*.framework"
74       }
75     }
76   ]