[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 2 / MAFActionSheetController / 0.0.4 / MAFActionSheetController.podspec.json
blob035b1b21ef63789807905454bdfb5c1c2ed3f490
2   "name": "MAFActionSheetController",
3   "version": "0.0.4",
4   "summary": "Universal customizable action sheet controller for iOS 7+.",
5   "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",
6   "homepage": "https://github.com/jedlewison/MAFActionSheetController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetController%20iPhone%20Portrait.png",
9     "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetController%20iPhone%20Landscape.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Jed Lewison": "jed@magicappfactory.com"
17   },
18   "social_media_url": "http://twitter.com/jedlewison",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source": {
23     "git": "https://github.com/jedlewison/MAFActionSheetController.git",
24     "tag": "0.0.4"
25   },
26   "source_files": [
27     "MAFActionSheetController",
28     "MAFActionSheetController/*.{h,m}"
29   ],
30   "dependencies": {
31     "MAFOverlay": [
33     ]
34   },
35   "frameworks": "UIKit",
36   "requires_arc": true