blob: cb563814d458a5e54b3faef8f8fa0e9011d8863f [file] [log] [blame]
{
"name": "IDAlert",
"version": "2.0.0",
"summary": "IDAlert: Customizable UIAlertController",
"description": "IDAlert: Customizable UIAlertController. Written in Swift.",
"homepage": "https://github.com/omidgolparvar/IDAlert",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Omid Golparvar": "iGolparvar@gmail.com"
},
"source": {
"git": "https://github.com/omidgolparvar/IDAlert.git",
"tag": "2.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": "IDAlertController/Sources/*.{h,swift}"
}