blob: d24100fbe3758356e97410eea9c1218e8ffecc0f [file] [log] [blame]
{
"name": "GKBlocks",
"version": "0.0.1",
"summary": "UIActionSheet + UIAlertView with Blocks",
"description": " Addition for UIActionSheet and UIAlertView to support a block instead of a delegate to check which button was tapped\n",
"homepage": "http://github.com/gekitz/GKBlocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georg Kitz": "georgkitz@gmail.com"
},
"social_media_url": "http://twitter.com/gekitz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gekitz/GKBlocks.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"subspecs": [
{
"name": "UIActionSheet",
"source_files": "Classes/UIActionSheet"
},
{
"name": "UIAlertView",
"source_files": "Classes/UIAlertView"
}
]
}