[Add] AWSCloudWatch 2.40.0
[CocoaPods.git] / Specs / 3 / 5 / a / CFDSegmentedContentController / 0.1.0 / CFDSegmentedContentController.podspec.json
blob17fc37669974917f9c5aac2d90f480656e0dbdcf
2   "name": "CFDSegmentedContentController",
3   "version": "0.1.0",
4   "summary": "Storyboard helper to change View Controller content based on a Segmented Control.",
5   "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.",
6   "homepage": "https://github.com/cfdrake/CFDSegmentedContentController",
7   "license": "MIT",
8   "authors": {
9     "Colin Drake": "colin.f.drake@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cfdrake/CFDSegmentedContentController.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/colinfdrake",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CFDSegmentedContentController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit"