[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 0 / RMActionController / 1.2.1 / RMActionController.podspec.json
blob5d244daafc15e17daef1af524c8804f211b94013
2   "name": "RMActionController",
3   "version": "1.2.1",
4   "platforms": {
5     "ios": "8.0"
6   },
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",
10   "screenshots": [
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"
14   ],
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Roland Moers": "rm@cooperrs.de"
21   },
22   "source": {
23     "git": "https://github.com/CooperRS/RMActionController.git",
24     "tag": "1.2.1"
25   },
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"
33   ],
34   "requires_arc": true,
35   "frameworks": [
36     "CoreGraphics",
37     "QuartzCore"
38   ]