blob: 47a05c2dccaca94b270e60a0c8f775cf593ee5dd [file] [log] [blame]
{
"name": "Cutaway",
"version": "0.1.1",
"summary": "Create segues between different storyboards.",
"description": " **Cutaway** provides an easy way to link scenes in different storyboards through regular segues (no custom segues needed).\n",
"homepage": "https://github.com/fabiorodella/Cutaway",
"license": "MIT",
"authors": {
"Fabio Rodella": "fabiorodella@gmail.com"
},
"source": {
"git": "https://github.com/fabiorodella/Cutaway.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Cutaway": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}