[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 9 / 2 / RRRMBProgressHUD / 0.0.2 / RRRMBProgressHUD.podspec.json
blobff3d915486b725d2e7fe0f780cbba80cd5e73e45
2   "name": "RRRMBProgressHUD",
3   "version": "0.0.2",
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.2"
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   }