diff --git a/FloatRatingView.podspec b/FloatRatingView.podspec index 5cb8582..b1c0991 100644 --- a/FloatRatingView.podspec +++ b/FloatRatingView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'FloatRatingView' - spec.version = '1.0.3' + spec.version = '2.0' spec.summary = 'Whole, half or floating point ratings control written in Swift.' spec.homepage = 'https://github.com/strekfus/FloatRatingView' spec.license = 'MIT' @@ -10,5 +10,5 @@ Pod::Spec.new do |spec| spec.source_files = 'FloatRatingView.swift' spec.platform = :ios, '8.0' spec.requires_arc = true - spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '2.3' } + spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } end