blob: d69237c27d72f549219f4159d6df8e1214ef8d70 [file] [log] [blame]
{
"name": "RNExternStoryboard",
"version": "2.0",
"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": "2.0"
},
"source_files": "Library/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ObjcAssociatedObjectHelpers": [
"~> 1.2.0"
],
"JRSwizzle": [
"~> 1.0"
]
}
}