blob: ac0db708e57db004081a8cf91e6e51112fbeec02 [file] [log] [blame]
{
"name": "SMBCustomRelationshipSegue",
"version": "0.1.1",
"summary": "a simple implementation for custom relationship segue",
"description": "SMBCustomRelationshipSegue is a simple implementation for custom relationship segue, enhance the custom container view controller in storyboard like UINavigationController or UITabbarController. if you are developer who like storyboard and want use it to show your view contorller logic on storyboard to make life easy, SMBCustomRelationshipSegue should be in your toolbox",
"homepage": "https://github.com/SuperMarioBean/SMBCustomRelationshipSegue",
"license": "MIT",
"authors": {
"David Fu": "david.fu.zju.dev@gmail.com"
},
"source": {
"git": "https://github.com/SuperMarioBean/SMBCustomRelationshipSegue.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMBCustomRelationshipSegue": [
"Pod/Assets/*.png"
]
}
}