blob: 75d7a8f697122d02e2fd892ae9cae0dfb056fe5b [file] [log] [blame]
{
"name": "RTInteractivePush",
"version": "0.1.5",
"module_name": "RTInteractivePush",
"summary": "UINavigationController interactive push support",
"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.",
"homepage": "https://github.com/rickytan/RTInteractivePush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ricky Tan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RTInteractivePush.git",
"tag": "0.1.5"
},
"social_media_url": "https://github.com/rickytan",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}