| { |
| "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 |
| } |