[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / MCShare / 0.0.3 / MCShare.podspec.json
blobe94d76e1756a808be89c16ae393b68f7f80db9b4
2   "name": "MCShare",
3   "version": "0.0.3",
4   "summary": "Social share & Auth(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.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SDK/Api/*.{h,m,mm}",
21     "SDK/Helper/*.{h,m,mm}",
22     "SDK/Models/*.{h,m,mm}",
23     "SDK/Vender/Toast/*.{h,m,mm}",
24     "SDK/Utils/*.{h,m,mm}",
25     "SDK/Views/*.{h,m,mm}",
26     "SDK/VM/*.{h,m,mm}",
27     "SDK/*.{h,m,mm}"
28   ],
29   "public_header_files": [
30     "SDK/Api/*.h",
31     "SDK/Helper/*h",
32     "SDK/Models/*.h",
33     "SDK/Vender/Toast/*.h",
34     "SDK/Utils/*.h",
35     "SDK/Views/*.h",
36     "SDK/VM/*.h",
37     "SDK/*.h"
38   ],
39   "dependencies": {
40     "LDSDKManager": [
42     ],
43     "MMPopupView": [
45     ],
46     "SDWebImage": [
48     ],
49     "SDVersion": [
51     ],
52     "MCStyle": [
53       "0.0.6"
54     ]
55   }