blob: ee960fbc01a006a373c6c5c19bb4d143801d5cc6 [file] [log] [blame]
{
"name": "UIAlertView+Hathway",
"version": "0.0.1",
"summary": "Category for alerts with blocks.",
"homepage": "https://github.com/hathway",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eneko Alonso": "eneko.alonso@gmail.com"
},
"social_media_url": "http://twitter.com/eneko",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hathway/UIAlertView-Hathway.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}