blob: c0ea33b2e40163890adff964cbb7160114ce1223 [file] [log] [blame]
{
"name": "StatusAlert",
"version": "1.0.0",
"summary": "Display Apple system-like status alerts for iOS",
"description": "StatusAlert is an iOS framework that displays status alerts similar to Apple's system self-hiding alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.\nIt looks very similar to the alerts displayed in Podcasts, Apple Music and News apps.",
"homepage": "https://github.com/LowKostKustomz/StatusAlert",
"screenshots": "https://raw.githubusercontent.com/LowKostKustomz/StatusAlert/master/Assets/iPhonesWithStatusAlert.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LowKostKustomz": "mierosh@gmail.com"
},
"source": {
"git": "https://github.com/LowKostKustomz/StatusAlert.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/LowKostKustomz",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "UIKit"
}