blob: 06be6bb8e14c34f9dc47471b5e239af04a568495 [file] [log] [blame]
{
"name": "RNAlertController",
"version": "0.6.9",
"summary": "Custom Alert Framework for iOS",
"description": "An UIAlertController alternative for iOS written purely in Swift",
"homepage": "https://github.com/rayhannabi/RNAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rayhan Nabi": "rayhanjanam@gmail.com"
},
"social_media_url": "https://twitter.com/rayhan_nabi",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rayhannabi/RNAlertController.git",
"tag": "v0.6.9"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}