Skip to content

Commit

Permalink
updating to iOS deployment 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin committed Aug 8, 2016
1 parent 08028f4 commit db8ed5e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ViewController: UIViewController, RappleColorPickerDelegate {
@IBAction func rangeSliderValuesChanged(rangeSlider: RangeSlider) {
print("\(rangeSlider.lowerValue), \(rangeSlider.upperValue)")
}

@IBAction func curvaceousnessValueChanged(slider: UISlider) {
curvaceousnessLabel.text = "Curvaceousness: \(slider.value)"
rangeSlider.curvaceousness = CGFloat(slider.value)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ gem install cocoapods
To integrate SwiftRangeSlider into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
platform :ios, '9.0'
platform :ios, 8.0
use_frameworks!
target '[your_app_name]' do
pod ‘SwiftRangeSlider
Expand Down
2 changes: 1 addition & 1 deletion SwiftRangeSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.name = "SwiftRangeSlider"
s.summary = "A Swift implementation of a custom UIControl for selecting a range of values on a slider bar."
s.requires_arc = true

s.version = "0.3.2"
s.version = "0.3.3"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Brian Corbin" => "[email protected]" }
s.homepage = "https://github.com/BrianCorbin/SwiftRangeSlider"
Expand Down
Binary file not shown.

0 comments on commit db8ed5e

Please sign in to comment.