blob: 976fae9d05a7a91cb6f461ef35b2471a2349f7a5 [file] [log] [blame]
{
"name": "WCActionSheet",
"version": "0.1",
"summary": "A customizable and elegant alternative to UIActionSheet with support for block syntax.",
"description": " ####UIActionSheet is great... unless you don't use Helvetica in your app :).\n\n #####I created this small alternative to UIActionSheet because I needed further customization and a bit different look.\n",
"homepage": "https://github.com/wczekalski/WCActionSheet",
"screenshots": "https://github.com/wczekalski/WCActionSheet/Action_sheet_mov.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wojtek Czekalski": "me@wczekalski.com"
},
"social_media_url": "http://twitter.com/wczekalski",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/wczekalski/WCActionSheet.git",
"tag": "0.1"
},
"source_files": [
"WCActionSheet/WCActionSheet.{h,m}",
"WCActionSheet/UIImage+ImageEffects.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}