[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 2 / MAFActionSheetController / 0.1.1 / MAFActionSheetController.podspec.json
blobf909287b35b2ff2040120b7fa2d303d8f0609a97
2   "name": "MAFActionSheetController",
3   "version": "0.1.1",
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/MAFActionSheetControlleriPhonePortrait.png",
9     "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhoneLandscape.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.1.1"
25   },
26   "requires_arc": true,
27   "source_files": "Pod/Classes/**/*.{h,m}",
28   "public_header_files": "Pod/Classes/*.h",
29   "private_header_files": "Pod/Classes/Private/*.h",
30   "frameworks": "UIKit",
31   "dependencies": {
32     "MAFOverlay": [
34     ]
35   }