blob: e9a9495186acfaa1908f26fe0cd7de5e3fd6e7a3 [file] [log] [blame]
{
"name": "RNAlertController",
"version": "0.2.3",
"summary": "Custom Alert Controller for iOS",
"description": "A custom alert controller 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/RayhanJanam",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rayhannabi/RNAlertController.git",
"tag": "0.2.3"
},
"swift_version": "5.0",
"source_files": "RNAlertController/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}