[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 0 / 3 / d / RTInteractivePush / 0.1.5 / RTInteractivePush.podspec.json
blob75d7a8f697122d02e2fd892ae9cae0dfb056fe5b
2   "name": "RTInteractivePush",
3   "version": "0.1.5",
4   "module_name": "RTInteractivePush",
5   "summary": "UINavigationController interactive push support",
6   "description": "A easy to use interactive pushing support for UINavigationController, when\n Enabled users can push a new VC by swiping from right edge to left, just like\n pop current VC from left edge to right.",
7   "homepage": "https://github.com/rickytan/RTInteractivePush",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ricky Tan": "ricky.tan.xin@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/rickytan/RTInteractivePush.git",
17     "tag": "0.1.5"
18   },
19   "social_media_url": "https://github.com/rickytan",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "source_files": "Classes/**/*",
24   "public_header_files": "Classes/**/*.h",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]