blob: 3b886beff9112837dc7a98eb40eb12dd34a62c22 [file] [log] [blame]
{
"name": "SwipePopNavigation",
"version": "0.0.1",
"summary": "SwipePopNavigation is a library for creating a Swipable Navigation Controller",
"description": "Create Instagram like navigation, Use right swipe to pop back to previous view controller on whole screen.",
"homepage": "https://github.com/mukeshydv/SwipePopNavigation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mukesh Yadav": "mails4ymukesh@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mukeshydv/SwipePopNavigation.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "4.0"
}