blob: b15876788c683942764d2af52c5ed28f77daf059 [file] [log] [blame]
{
"name": "JCProgressHUD",
"version": "1",
"summary": "JCProgressHUD.",
"description": "this is JCProgressHUD",
"homepage": "https://github.com/devjackcat/JCProgressHUD",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"JackCat": "devjackcat@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/devjackcat/JCProgressHUD.git",
"tag": "1"
},
"source_files": "JCProgressHUD/JCProgressHUD/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"SVProgressHUD": [
],
"JCMacros": [
]
}
}