Skip to content

Commit

Permalink
- Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
glenyi committed Sep 23, 2016
1 parent 11b0c15 commit c565188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FloatRatingView.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

0 comments on commit c565188

Please sign in to comment.