blob: 13b65d65942000881941349104744e75749ca291 [file] [log] [blame]
{
"name": "RTInteractivePush",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://github.com/rickytan",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}