[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / a / 0 / RMActionController / 1.2.0 / RMActionController.podspec.json
blobc341049ca7ef31bf4432567349d9d86ef9749e2f
2   "name": "RMActionController",
3   "version": "1.2.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "This is an iOS control for presenting any UIView in UIActionSheet/UIActionController like manner",
8   "homepage": "https://github.com/CooperRS/RMActionController",
9   "screenshots": [
10     "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait.png",
11     "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Landscape.png",
12     "http://cooperrs.github.io/RMActionController/Images/Blur-Screen-Portrait-Black.png"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "Roland Moers": "rm@cooperrs.de"
20   },
21   "source": {
22     "git": "https://github.com/CooperRS/RMActionController.git",
23     "tag": "1.2.0"
24   },
25   "source_files": "RMActionController/**/*.{h, m}",
26   "public_header_files": [
27     "RMActionController/RMActionController.h",
28     "RMActionController/Actions/RMAction.h",
29     "RMActionController/Actions/RMImageAction.h",
30     "RMActionController/Grouping Actions/RMGroupedAction.h",
31     "RMActionController/Grouping Actions/RMScrollableGroupedAction.h"
32   ],
33   "requires_arc": true,
34   "frameworks": [
35     "CoreGraphics",
36     "QuartzCore"
37   ]