blob: 79682beb00b9d1800a2da6af3eb8177d14e8e43b [file] [log] [blame]
{
"name": "RBStoryboardLink",
"version": "0.0.8",
"summary": "Makes transitioning between storyboards possible.",
"homepage": "https://github.com/rob-brown/RBStoryboardLink",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Robert Brown",
"source": {
"git": "https://github.com/rob-brown/RBStoryboardLink.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"RBStoryboardLink.{h,m}",
"UIViewController+RBStoryboardLink.{h,m}",
"RBStoryboardLinkSource.h"
],
"public_header_files": [
"RBStoryboardLink.h",
"UIViewController+RBStoryboardLink.h",
"RBStoryboardLinkSource.h"
],
"frameworks": "UIKit",
"requires_arc": true
}