blob: 93b8cd048830341ed03d13d954b2b2055916a76b [file] [log] [blame]
{
"name": "SBAProgressHud",
"version": "1.0",
"summary": "SBAProgressHud is a simple and easy-to-use progress HUD for your iOS 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.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "SBAProgressHud/*.swift",
"resource_bundles": {
"SBAProgressHud": "SBAProgressHud/*.{lproj,storyboard}"
},
"resources": "SBAProgressHud/SBAProgressHud.storyboard",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "4.2"
}