blob: 179d18f5dc3dcdab12680e18a784e91c7ae95833 [file] [log] [blame]
{
"name": "CFProgressHUD",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "CFProgressHUD is a Swift module for adding extension to uiview.",
"homepage": "https://github.com/swift365/CFProgressHUD",
"authors": {
"chengfei.heng": "hengchengfei@sina.com"
},
"source": {
"git": "https://github.com/swift365/CFProgressHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CFProgressHUD/Classes/*.swift",
"CFProgressHUD/Classes/**/*.swift"
],
"dependencies": {
"JGProgressHUD": [
],
"MBProgressHUD": [
]
},
"pushed_with_swift_version": "3.0"
}