blob: aa5808bb4b4b21d9c66a5b5f5e38e4ba366b8f28 [file] [log] [blame]
{
"name": "DJWSegmentedViewController",
"version": "0.0.2",
"summary": "A segmentedControl based container view controller that manages the display of a group of view controllers.",
"description": " A segmentedControl based container view controller than manages the display of a group of view controllers.\n Simply create an instance of this class, set its dataSource property, and implement the required methods.\n Users can swap view controllers by using the in-built segmentedControl.\n This class mimics the behavior of Apple's App Store app, in the Top Charts tab.\n",
"homepage": "http://github.com/danwilliams64/DJWSegmentedViewController",
"screenshots": "https://raw.githubusercontent.com/danwilliams64/DJWSegmentedViewController/master/Screenshots/DJWSegmentedViewControllerDemo1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dan Williams": "dan@danwilliams.co"
},
"social_media_url": "http://twitter.com/danielwilliams",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/danwilliams64/DJWSegmentedViewController.git",
"tag": "0.0.2"
},
"source_files": "DJWSegmentedViewController",
"requires_arc": true
}