blob: 0dd2497c285b22e29433939f4f84a511619d28e6 [file] [log] [blame]
{
"name": "SDCSegmentedViewController",
"version": "1.2",
"summary": "Custom view controller container that uses a segmented control to switch between view controllers.",
"homepage": "https://github.com/Scott90/SDCSegmentedViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott90": "my@fake.email"
},
"source": {
"git": "https://github.com/Scott90/SDCSegmentedViewController.git",
"tag": "v1.2"
},
"source_files": [
"SDCSegmentedViewController/SDCSegmentedViewController.*",
"SDCSegmentedViewController/SDCEmbeddedSegmentSegue.*"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}