blob: dffd0f90186c89e8d2c6a3515ccd610a974f36ba [file] [log] [blame]
{
"name": "HcdKit",
"version": "1.0.0",
"summary": "A iOS UI Kit called HKit.",
"description": "A iOS UI Kit called HKit. A collection of iOS components.",
"homepage": "https://github.com/Jvaeyhcd/HKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jvaeyhcd": "chedahuang@icloud.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Jvaeyhcd/HKit.git",
"tag": "1.0.0"
},
"source_files": [
"HKit",
"HKit/**/*.{h,m}"
],
"exclude_files": "HKit/Exclude",
"frameworks": [
"UIKit",
"AVFoundation",
"MobileCoreServices",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"MJRefresh": [
"~> 3.2.0"
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}