blob: 4061890d0fe271abb1494bbd2dc0ade8b707c3e6 [file] [log] [blame]
{
"name": "JKAlertView",
"version": "0.1.0",
"summary": "JKAlertView is a simple and beautiful alert view",
"description": "JKAlertView is a simple and beautiful alert view, you can use it to show remote notifications or whatever you want.\n* Beautiful\n* Simple to use, like a UIAlertView\n* Swipe gesture to close alert",
"homepage": "https://github.com/kakashysen/JKAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jose Aponte": "joseapontec@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kakashysen/JKAlertView.git",
"tag": "0.1.0"
},
"source_files": [
"JKAlertView",
"JKAlertView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}