[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 4 / MBProgressHUDOfAX / 0.1.0 / MBProgressHUDOfAX.podspec.json
blob9d30ac0cc626780e19ca26d2ed4e3d81729606ec
2   "name": "MBProgressHUDOfAX",
3   "version": "0.1.0",
4   "summary": "A short description of MBProgressHUDOfAX.",
5   "description": "MBProgressHUD 封装到UIView分类中",
6   "homepage": "https://github.com/axinger/MBProgressHUDOfAX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "axinger": "axinger@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/axinger/MBProgressHUDOfAX.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "MBProgressHUDOfAX/Classes/**/*.h",
22   "source_files": "MBProgressHUDOfAX/Classes/**/*",
23   "resource_bundles": {
24     "MBProgressHUDOfAX": [
25       "MBProgressHUDOfAX/Assets/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "MBProgressHUD": [
31       "~> 1.2.0"
32     ]
33   }