blob: 5d244daafc15e17daef1af524c8804f211b94013 [file] [log] [blame]
{
"name": "RMActionController",
"version": "1.2.1",
"platforms": {
"ios": "8.0"
},
"summary": "This is an iOS control for presenting any UIView in an UIAlertController like manner",
"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.",
"homepage": "https://github.com/CooperRS/RMActionController",
"screenshots": [
"http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait.png",
"http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Landscape.png",
"http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait-Black.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roland Moers": "rm@cooperrs.de"
},
"source": {
"git": "https://github.com/CooperRS/RMActionController.git",
"tag": "1.2.1"
},
"source_files": "RMActionController/**/*.{h,m}",
"public_header_files": [
"RMActionController/RMActionController.h",
"RMActionController/Actions/RMAction.h",
"RMActionController/Actions/RMImageAction.h",
"RMActionController/Grouping Actions/RMGroupedAction.h",
"RMActionController/Grouping Actions/RMScrollableGroupedAction.h"
],
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}