2 "name": "RMActionController",
7 "summary": "This is an iOS control for presenting any UIView in an UIAlertController like manner",
8 "description": "This framework allows you to present just any view as an action sheet. In addition, it allows you to add actions arround the presented view which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a special UIView and some UIActions attached.",
9 "homepage": "https://github.com/CooperRS/RMActionController",
11 "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait.png",
12 "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Landscape.png",
13 "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait-Black.png"
20 "Roland Moers": "rm@cooperrs.de"
23 "git": "https://github.com/CooperRS/RMActionController.git",
26 "source_files": "RMActionController/**/*.{h,m}",
27 "public_header_files": [
28 "RMActionController/RMActionController.h",
29 "RMActionController/Actions/RMAction.h",
30 "RMActionController/Actions/RMImageAction.h",
31 "RMActionController/Grouping Actions/RMGroupedAction.h",
32 "RMActionController/Grouping Actions/RMScrollableGroupedAction.h"