[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 8 / CSHud / 0.9.6 / CSHud.podspec.json
blob8310638d8734902c290e0e5c5e5288c201690de5
2   "name": "CSHud",
3   "version": "0.9.6",
4   "summary": "基于MBProgressHUD的封装。绘制常用图形并配以动画。",
5   "license": {
6     "type": "MIT License",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Joslyn": "cs_joslyn@foxmail.com"
11   },
12   "homepage": "https://github.com/JoslynWu/CSHud",
13   "social_media_url": "http://www.jianshu.com/u/fb676e32e2e9",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/JoslynWu/CSHud.git",
19     "tag": "0.9.6"
20   },
21   "requires_arc": true,
22   "source_files": "CSHud/*.{h,m}",
23   "public_header_files": "CSHud/*.{h}",
24   "dependencies": {
25     "MBProgressHUD": [
27     ]
28   }