blob: 36088e9e2aed437f2b9447f249de47ba36282b4c [file] [log] [blame]
{
"name": "UnwindSegue",
"version": "0.1.0",
"summary": "A simple IOS Unwind Segue",
"description": "A custom IOS Unwind segue - mostly a self tutorial for using cocoapods",
"homepage": "https://github.com/nickolanack/IOS-UnwindSegue",
"license": "MIT",
"authors": {
"nickolanack": "nickblackwell82@gmail.com"
},
"source": {
"git": "https://github.com/nickolanack/IOS-UnwindSegue.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UnwindSegue": [
"Pod/Assets/*.png"
]
}
}