blob: 1791565aae39c96dd8c769d04fc97b341e778173 [file] [log] [blame]
{
"name": "YKPushAndBackSegue",
"version": "0.1.0",
"summary": "Push and back segues that mimic UINavigationController Push and Back segues",
"description": "This simple module provides segues that mimic UINavigationController's push and back segues. You can call the custom segue from anywhere in the application.",
"homepage": "https://github.com/yaizudamashii/YKPushAndBackSegue",
"license": "MIT",
"authors": {
"Yuki Konda": "yuki.konda@gmail.com"
},
"source": {
"git": "https://github.com/yaizudamashii/YKPushAndBackSegue.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YKPushAndBackSegue": [
"Pod/Assets/*.png"
]
}
}