blob: 792f3fea62d6cc5b7491a2632e1dd6b93c0b5124 [file] [log] [blame]
{
"name": "RNAlertController",
"version": "0.6.8",
"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.8"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}