blob: ff1faeff593808c506ea5d00a8f37ff278f10bff [file] [log] [blame]
{
"name": "SPAlert",
"version": "1.0.2",
"summary": "Native popup alert similar to Apple Music or Feedback in AppStore app.",
"homepage": "https://github.com/IvanVorobei/SPAlert",
"source": {
"git": "https://github.com/IvanVorobei/SPAlert.git",
"tag": "1.0.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Vorobei": "hello@ivanvorobei.by"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "Source/SPAlert/**/*.swift"
}