blob: b6d8903f783558826e0845a3e9e982db7f2a3273 [file] [log] [blame]
{
"name": "RNAlertController",
"version": "0.7.2",
"summary": "Customizable Alert Framework for iOS",
"description": "A customizable UIAlertController alternative for iOS written 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.7.2"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"resources": "Resources/**/*.xcassets",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}