blob: 17fc37669974917f9c5aac2d90f480656e0dbdcf [file] [log] [blame]
{
"name": "CFDSegmentedContentController",
"version": "0.1.0",
"summary": "Storyboard helper to change View Controller content based on a Segmented Control.",
"description": "CFDSegmentedContentController is an auxiliary View Controller class that may be used\nin your storyboards to change content based on a Segmented Control in the Navigation\nBar, similar to a Tab Bar Controller. The purpose of this class is to get around the\nlimitation of a single Embed Segue for Container Views in IB. This Pod is mostly provided\nas a way to publish an experiment, but in any case, it works and is helpful in solving\nthe problem at hand when you want to stay in Storyboard-land.",
"homepage": "https://github.com/cfdrake/CFDSegmentedContentController",
"license": "MIT",
"authors": {
"Colin Drake": "colin.f.drake@gmail.com"
},
"source": {
"git": "https://github.com/cfdrake/CFDSegmentedContentController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/colinfdrake",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CFDSegmentedContentController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}