[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 2 / RRRMBProgressHUD / 0.0.1 / RRRMBProgressHUD.podspec.json
blob005d38d2d3f465c53a3e2e015b52e9b28e0c66fb
2   "name": "RRRMBProgressHUD",
3   "version": "0.0.1",
4   "summary": "MBProgressHUD二次封装",
5   "description": "MBProgressHUD二次封装",
6   "homepage": "https://github.com/RRRenJ/RRRMBProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RRRenJ": "https://github.com/RRRenJ"
13   },
14   "source": {
15     "git": "https://github.com/RRRenJ/RRRMBProgressHUD.git",
16     "tag": "0.0.1"
17   },
18   "public_header_files": "RRRMBProgressHUD/MBProgressHUD+RRR.h",
19   "source_files": "RRRMBProgressHUD/*.{h,m}",
20   "resources": "RRRMBProgressHUD/RRRMBProgressHUD.bundle",
21   "dependencies": {
22     "MBProgressHUD": [
24     ]
25   },
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "platforms": {
32     "ios": "8.0"
33   },
34   "user_target_xcconfig": {
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
36   },
37   "xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC"
39   }