blob: 43bdb29b82ad48014bcc9e6572b7cd2f4dfd030e [file] [log] [blame]
{
"name": "EasyAlert",
"version": "1.0.1",
"summary": "EasyAlert is a bundle of convenient methods that wrap UIALertController to reduce the amount of boiler plate code needed.",
"homepage": "https://github.com/lagubull/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Javier Laguna": "lagubull@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lagubull/EasyAlert.git",
"branch": "master",
"tag": "1.0.1"
},
"source_files": "EasyAlert/**/*.{h,m}",
"public_header_files": "EasyAlert/**/*.{h}",
"requires_arc": true
}