blob: 9db7b84d8a006d2502c4a3e8665c3b2cddaf868b [file] [log] [blame]
{
"name": "JMProgressHUD",
"version": "0.1.0",
"summary": "A short description of JMProgressHUD.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LiJingmin666/JMProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LiJingmin666": "lijingmin@agapday.com"
},
"source": {
"git": "https://github.com/LiJingmin666/JMProgressHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JMProgressHUD/Classes/**/*",
"resource_bundles": {
"JMProgressHUD": [
"JMProgressHUD/Assets/*.bundle"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}