blob: 97a339ec90ed6b6c41f960e34161b6144c773db7 [file] [log] [blame]
{
"name": "IDAlert",
"version": "1.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": "1.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}"
}