[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / MCShare / 0.0.2 / MCShare.podspec.json
blob8a1dc62b7470eec684de4761271a02b6f559dcc5
2   "name": "MCShare",
3   "version": "0.0.2",
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.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SDK/Models/*.{h,m,mm}",
21     "SDK/Utils/*.{h,m,mm}",
22     "SDK/Vender/Toast/*.{h,m,mm}",
23     "SDK/Utils/*.{h,m,mm}",
24     "SDK/Views/*.{h,m,mm}",
25     "SDK/*.{h,m,mm}"
26   ],
27   "public_header_files": [
28     "SDK/Models/*.h",
29     "SDK/Utils/*.h",
30     "SDK/Vender/Toast/*.h",
31     "SDK/Utils/*.h",
32     "SDK/Views/*.h",
33     "SDK/*.h"
34   ],
35   "dependencies": {
36     "LDSDKManager": [
38     ],
39     "MMPopupView": [
41     ],
42     "SDWebImage": [
44     ],
45     "SDVersion": [
47     ],
48     "MCStyle": [
49       "0.0.6"
50     ]
51   }