Skip to content

Commit

Permalink
Update FloatRatingView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
glenyi authored Sep 24, 2017
1 parent e3b8944 commit 7f2ecb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FloatRatingView.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'FloatRatingView'
spec.version = '2.0'
spec.version = '3.0'
spec.summary = 'Whole, half or floating point ratings control written in Swift.'
spec.homepage = 'https://github.com/strekfus/FloatRatingView'
spec.license = 'MIT'
spec.author = { 'Glen Yi' => '[email protected]' }
spec.social_media_url = 'https://twitter.com/glenyi'
spec.source = { :git => 'https://github.com/strekfus/FloatRatingView.git', :tag => "#{spec.version}" }
spec.source = { :git => 'https://github.com/glenyi/FloatRatingView.git', :tag => "#{spec.version}" }
spec.source_files = 'FloatRatingView.swift'
spec.platform = :ios, '8.0'
spec.requires_arc = true
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end

0 comments on commit 7f2ecb5

Please sign in to comment.