Skip to content

Commit f17a0ba

Browse files
Bump podspec, update README
1 parent 73446c2 commit f17a0ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DNSCastroSegmentedControl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DNSCastroSegmentedControl"
3-
s.version = "1.1.1"
3+
s.version = "1.2.0"
44
s.summary = "A segmented control based on the one in the Castro Podcast app's settings page."
55
s.homepage = "https://github.com/designatednerd/DNSCastroSegmentedControl"
66
s.screenshots = "https://raw.githubusercontent.com/designatednerd/DNSCastroSegmentedControl/master/sample_project.gif"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A segmented control based on the one in the [Castro](http://castrofm.com) settin
1212
- Fonts for text customizable
1313
- Automatically responds to bounds changes, so rotation or other bounds changes are handled easily.
1414
- Can calculate its own intrinsic content width given the contents of the choices.
15+
- You can use a background color, a border color, or both for the selection view.
1516
- Compatible with iOS 7+.
1617

1718
##//TODOs

0 commit comments

Comments
 (0)