blob: d21c3506f62b03cc4f9150a70cb245a0e7464db6 [file] [log] [blame]
{
"name": "SaKaHUD",
"version": "1.0.2",
"summary": "A status of SaKaHUD.",
"homepage": "https://github.com/WeiKunChao/SaKaHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeiKunChao": "17736289336@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WeiKunChao/SaKaHUD.git",
"tag": "1.0.2"
},
"source_files": "SaKaHUD/**/*.{h,m}",
"public_header_files": "SaKaHUD/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}