blob: 4d1d1ccbea60ad23f36e210d1e39fef1433b89a5 [file] [log] [blame]
{
"name": "RCHud",
"version": "0.1.0",
"summary": "It is a extension for MBProgressHud",
"description": "Make MBProgressHUD easy to use",
"homepage": "https://github.com/KevinShawn/RCHud",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KevinShawn": "leon.xiao@ringcentral.com"
},
"source": {
"git": "https://github.com/KevinShawn/RCHud.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RCHud/Classes/**/*",
"frameworks": [
"UIKit",
"QuartzCore"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}