blob: da92dbfa9a1398321504bac3fb8a46c5cbad13a9 [file] [log] [blame]
{
"name": "SBAProgressHud",
"version": "1.4",
"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.4"
},
"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_versions": "5.0",
"swift_version": "5.0"
}