blob: de8add3abdddf9f0e5669914f285266978b8d17b [file] [log] [blame]
{
"name": "RBStoryboardLink",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"RBStoryboardLink.{h,m}",
"RBStoryboardLinkSource.h"
],
"public_header_files": [
"RBStoryboardLink.h",
"RBStoryboardLinkSource.h"
],
"frameworks": "UIKit",
"requires_arc": true
}