blob: ca0cb667c1582fc5e7c6ca735e1ad785afc084e9 [file] [log] [blame]
{
"name": "NGSegmentedViewController",
"version": "0.1.1",
"summary": "UIViewController subclass using SDSegmentedControl and View Controller Containment API's to switch between child view controllers.",
"homepage": "https://github.com/nickygerritsen/NGSegmentedViewController",
"screenshots": "https://raw.github.com/nickygerritsen/NGSegmentedViewController/master/screenshot%20and%20video/NGSegmentedViewController.png",
"license": "MIT",
"authors": {
"Nicky Gerritsen": "nickygerritsen@me.com"
},
"source": {
"git": "https://github.com/nickygerritsen/NGSegmentedViewController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NGSegmentedViewController",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"SDSegmentedControl": [
"~> 1.0"
]
}
}