[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 0 / OdinShare / 0.0.8 / OdinShare.podspec.json
blob2b19880b8eb41737e4560c13f71123dc14f4cce5
2   "name": "OdinShare",
3   "version": "0.0.8",
4   "summary": "奥丁分享SDK",
5   "description": "奥丁分享SDK,一行代码实现分享各大主流平台",
6   "homepage": "https://github.com/odindata/OdinShare.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "odindata": "odindata@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/odindata/OdinShare.git",
19     "tag": "0.0.8"
20   },
21   "frameworks": "CoreGraphics",
22   "libraries": "sqlite3",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "OdinShare/Core/*.framework"
27     },
28     {
29       "name": "UI",
30       "vendored_frameworks": "OdinShare/UI/OdinShareSDKUI.framework",
31       "resource_bundles": {
32         "ShareSDKUI": "OdinShare/UI/ShareSDKUI.bundle"
33       },
34       "dependencies": {
35         "OdinShare/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Social",
42       "subspecs": [
43         {
44           "name": "SocialWeChat",
45           "source_files": "OdinShare/Social/SocialWeChat/**/*.h",
46           "vendored_libraries": "OdinShare/Social/SocialWeChat/**/*.a",
47           "frameworks": [
48             "SystemConfiguration",
49             "CoreTelephony"
50           ],
51           "libraries": [
52             "sqlite3",
53             "c++",
54             "z"
55           ],
56           "dependencies": {
57             "OdinShare/Core": [
59             ]
60           }
61         },
62         {
63           "name": "SocialQQ",
64           "source_files": "OdinShare/Social/SocialQQ/*.h",
65           "vendored_frameworks": "OdinShare/Social/SocialQQ/QQSDK/*.framework",
66           "vendored_libraries": "OdinShare/Social/SocialQQ/*.a",
67           "frameworks": "SystemConfiguration",
68           "libraries": "c++",
69           "dependencies": {
70             "OdinShare/Core": [
72             ]
73           }
74         },
75         {
76           "name": "SocialSina",
77           "source_files": "OdinShare/Social/SocialSina/**/*.h",
78           "vendored_libraries": "OdinShare/Social/SocialSina/**/**/*.a",
79           "resources": "OdinShare/Social/SocialSina/**/**/*.bundle",
80           "frameworks": [
81             "Photos",
82             "SystemConfiguration",
83             "CoreTelephony",
84             "ImageIO"
85           ],
86           "libraries": [
87             "sqlite3",
88             "z"
89           ],
90           "dependencies": {
91             "OdinShare/Core": [
93             ]
94           }
95         },
96         {
97           "name": "SocialAliPay",
98           "source_files": "OdinShare/Social/SocialAliPay/**/*.h",
99           "vendored_libraries": "OdinShare/Social/SocialAliPay/**/*.a",
100           "dependencies": {
101             "OdinShare/Core": [
103             ]
104           }
105         },
106         {
107           "name": "SocialFacebook",
108           "source_files": "OdinShare/Social/SocialFacebook/*.h",
109           "vendored_libraries": "OdinShare/Social/SocialFacebook/*.a",
110           "vendored_frameworks": "OdinShare/Social/SocialFacebook/**/*.framework",
111           "dependencies": {
112             "OdinShare/Core": [
114             ]
115           }
116         },
117         {
118           "name": "SocialTwitter",
119           "source_files": "OdinShare/Social/SocialTwitter/*.h",
120           "vendored_libraries": "OdinShare/Social/SocialTwitter/*.a",
121           "vendored_frameworks": "OdinShare/Social/SocialTwitter/**/*.framework",
122           "frameworks": "CoreData",
123           "dependencies": {
124             "OdinShare/Core": [
126             ]
127           }
128         },
129         {
130           "name": "SoicalInstagram",
131           "source_files": "OdinShare/Social/SoicalInstagram/*.h",
132           "vendored_libraries": "OdinShare/Social/SoicalInstagram/*.a",
133           "dependencies": {
134             "OdinShare/Core": [
136             ]
137           }
138         }
139       ]
140     }
141   ]