| { |
| "name": "MAFActionSheetController", |
| "version": "0.1.1", |
| "summary": "Universal customizable action sheet controller for iOS 7+.", |
| "description": " MAFActionSheetController manages action sheet-style view controllers on iOS 7+ using MAFOverlay to present as an overlay from a bar button item or a view.\n\n * Similar to UIAlertController, but with full control over layout and works with iOS 7+.\n * Default layout is similar to popover style on iPhone\n * Add custom header and footer\n * Supports vertical scrolling for long sheets\n * Choose primary and detail text attributes.\n * Supply a custom background view for each action item to completely customize appearance.\n * Uses MAFOverlay to coordinate presentations\n", |
| "homepage": "https://github.com/jedlewison/MAFActionSheetController", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhonePortrait.png", |
| "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhoneLandscape.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jed Lewison": "jed@magicappfactory.com" |
| }, |
| "social_media_url": "http://twitter.com/jedlewison", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jedlewison/MAFActionSheetController.git", |
| "tag": "0.1.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m}", |
| "public_header_files": "Pod/Classes/*.h", |
| "private_header_files": "Pod/Classes/Private/*.h", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "MAFOverlay": [ |
| |
| ] |
| } |
| } |