blob: fa40e8b740e1477eb824419676182d8796f687a9 [file] [log] [blame]
{
"name": "HYCategory",
"version": "0.1.0",
"summary": "A short description of HYCategory.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/xiaoyugege/hycategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"719382425": "719382425@qq.com"
},
"source": {
"git": "https://gitee.com/xiaoyugege/hycategory.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HYCategory/Classes/**/*",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"dependencies": {
"YYKit": [
],
"MBProgressHUD": [
],
"Masonry": [
]
},
"prefix_header_contents": [
"#import \"GlobalDefine.h\"",
"#import <YYKit/YYKit.h>",
"#import \"UIViewController+HUD.h\"",
"#import <MBProgressHUD/MBProgressHUD.h>"
]
}