blob: d1e54fbdd7fa450b9bd4626d76c8c206ce8ebabf [file] [log] [blame]
{
"name": "SBAProgressHud",
"version": "1.3",
"summary": "SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.",
"homepage": "https://github.com/shoaib-akhtar/SBAProgressHud",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/SBAProgressHud.git",
"branch": "master",
"tag": "1.3"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "SBAProgressHud/*.swift",
"resource_bundles": {
"SBAProgressHud": "SBAProgressHud/*.{lproj,storyboard,png}"
},
"resources": "SBAProgressHud/*.{storyboard,png}",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}