[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 3 / 2 / MCShare / 0.0.1 / MCShare.podspec.json
bloba093ce50b3bd7f6d52c7d5020cc84d2b437ed232
2   "name": "MCShare",
3   "version": "0.0.1",
4   "summary": "第三方分享组件,依赖于LDSDKManager_IOS(QQ、微信、微博、支付宝、Telegram、钉钉).",
5   "description": "第三方分享组件,依赖于LDSDKManager_IOS(QQ、微信、微博、支付宝、Telegram、钉钉).",
6   "license": "MIT",
7   "authors": {
8     "littleplayer": "mailjiancheng@163.com"
9   },
10   "homepage": "https://github.com/poholo/MCShare",
11   "source": {
12     "git": "https://github.com/poholo/MCShare.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SDK/Config/*.{h,m,mm}",
21     "SDK/Models/*.{h,m,mm}",
22     "SDK/Utils/*.{h,m,mm}",
23     "SDK/Vender/Toast/*.{h,m,mm}",
24     "SDK/Utils/*.{h,m,mm}",
25     "SDK/Views/*.{h,m,mm}",
26     "SDK/*.{h,m,mm}"
27   ],
28   "public_header_files": [
29     "SDK/Config/*.h",
30     "SDK/Models/*.h",
31     "SDK/Utils/*.h",
32     "SDK/Vender/Toast/*.h",
33     "SDK/Utils/*.h",
34     "SDK/Views/*.h",
35     "SDK/*.h"
36   ],
37   "dependencies": {
38     "LDSDKManager": [
40     ],
41     "MMPopupView": [
43     ],
44     "SDWebImage": [
46     ],
47     "SDVersion": [
49     ]
50   }