blob: 9fd7f57560f69d95381eae032773e0bdf9749532 [file] [log] [blame]
{
"name": "RNExternStoryboard",
"version": "1.1",
"summary": "Clean way to link view controllers with segues between multiple storyboards",
"description": "Split your View Controller logic into multiple reusable Storyboards, seguing between them effortlessly with no additional code and no subclassing!",
"homepage": "https://github.com/nobre84/RNExternStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Nobre": "nobre84@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/nobre84/RNExternStoryboard.git",
"tag": "1.1"
},
"source_files": "Library/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ObjcAssociatedObjectHelpers": [
"~> 1.2.0"
],
"JRSwizzle": [
"~> 1.0"
]
}
}