[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / a / 0 / OdinShare / 1.1.0 / OdinShare.podspec.json
blob9f658ce2b5a10ea28e6dd0b367741a1c393e5631
2   "name": "OdinShare",
3   "version": "1.1.0",
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": "1.1.0"
20   },
21   "frameworks": "CoreGraphics",
22   "libraries": "sqlite3",
23   "dependencies": {
24     "OdinDomainSecurity": [
25       "~> 0.1.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "vendored_frameworks": "OdinShare/Core/*.framework"
32     },
33     {
34       "name": "UI",
35       "vendored_frameworks": "OdinShare/UI/OdinShareSDKUI.framework",
36       "resource_bundles": {
37         "ShareSDKUI": "OdinShare/UI/ShareSDKUI.bundle"
38       },
39       "dependencies": {
40         "OdinShare/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Social",
47       "subspecs": [
48         {
49           "name": "SocialWeChat",
50           "source_files": "OdinShare/Social/SocialWeChat/**/*.h",
51           "vendored_libraries": "OdinShare/Social/SocialWeChat/**/*.a",
52           "frameworks": [
53             "SystemConfiguration",
54             "CoreTelephony"
55           ],
56           "libraries": [
57             "sqlite3",
58             "c++",
59             "z"
60           ],
61           "dependencies": {
62             "OdinShare/Core": [
64             ]
65           }
66         },
67         {
68           "name": "SocialQQ",
69           "source_files": "OdinShare/Social/SocialQQ/*.h",
70           "vendored_frameworks": "OdinShare/Social/SocialQQ/QQSDK/*.framework",
71           "vendored_libraries": "OdinShare/Social/SocialQQ/*.a",
72           "frameworks": "SystemConfiguration",
73           "libraries": "c++",
74           "dependencies": {
75             "OdinShare/Core": [
77             ]
78           }
79         },
80         {
81           "name": "SocialSina",
82           "source_files": "OdinShare/Social/SocialSina/**/*.h",
83           "vendored_libraries": "OdinShare/Social/SocialSina/**/**/*.a",
84           "resources": "OdinShare/Social/SocialSina/**/**/*.bundle",
85           "frameworks": [
86             "Photos",
87             "SystemConfiguration",
88             "CoreTelephony",
89             "ImageIO"
90           ],
91           "libraries": [
92             "sqlite3",
93             "z"
94           ],
95           "dependencies": {
96             "OdinShare/Core": [
98             ]
99           }
100         },
101         {
102           "name": "SocialAliPay",
103           "source_files": "OdinShare/Social/SocialAliPay/**/*.h",
104           "vendored_libraries": "OdinShare/Social/SocialAliPay/**/*.a",
105           "dependencies": {
106             "OdinShare/Core": [
108             ]
109           }
110         },
111         {
112           "name": "SocialFacebook",
113           "source_files": "OdinShare/Social/SocialFacebook/*.h",
114           "vendored_libraries": "OdinShare/Social/SocialFacebook/*.a",
115           "vendored_frameworks": "OdinShare/Social/SocialFacebook/**/*.framework",
116           "dependencies": {
117             "OdinShare/Core": [
119             ]
120           }
121         },
122         {
123           "name": "SocialTwitter",
124           "source_files": "OdinShare/Social/SocialTwitter/*.h",
125           "vendored_libraries": "OdinShare/Social/SocialTwitter/*.a",
126           "vendored_frameworks": "OdinShare/Social/SocialTwitter/**/*.framework",
127           "frameworks": "CoreData",
128           "dependencies": {
129             "OdinShare/Core": [
131             ]
132           }
133         },
134         {
135           "name": "SoicalInstagram",
136           "source_files": "OdinShare/Social/SoicalInstagram/*.h",
137           "vendored_libraries": "OdinShare/Social/SoicalInstagram/*.a",
138           "dependencies": {
139             "OdinShare/Core": [
141             ]
142           }
143         }
144       ]
145     }
146   ]