blob: f142fd68ab254343f5ac4f001ae41f7ba24647c0 [file] [log] [blame]
{
"name": "RNAlertController",
"version": "0.6.6.beta.1",
"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.6.beta.1"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}