blob: dce8f9f58906c4d0c62252fa58c64f6100d020f7 [file] [log] [blame]
{
"name": "JGProgressHUD",
"version": "2.1",
"summary": "Elegant and simple progress HUD for iOS and tvOS",
"homepage": "https://github.com/JonasGessner/JGProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "https://twitter.com/JonasGessner",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGProgressHUD.git",
"tag": "v2.1"
},
"source_files": "JGProgressHUD/JGProgressHUD/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}