[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / 4 / f / 1 / SXHudAlert / 0.1.0 / SXHudAlert.podspec.json
blob47d56298271ad0ac3ab016ba30b3d490c5059d2f
2   "name": "SXHudAlert",
3   "version": "0.1.0",
4   "summary": "easy useing MBProgressHUD",
5   "homepage": "https://github.com/poos/SXHudAlert",
6   "license": "MIT",
7   "authors": {
8     "xiaoR": "bieshixuan@163.com"
9   },
10   "platforms": {
11     "ios": "7.1"
12   },
13   "source": {
14     "git": "https://github.com/poos/SXHudAlert.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "SXHudAlert/SXHudAlert.h",
18   "requires_arc": true,
19   "dependencies": {
20     "MBProgressHUD": [
21       "~> 1.0.0"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "MainClass",
27       "source_files": "SXHudAlert/**/*.{h,m}",
28       "public_header_files": "SXHudAlert/**/*.h"
29     }
30   ]