Skip to content

Commit

Permalink
- updated swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
glenyi committed Sep 23, 2016
1 parent 6cd361d commit c01a331
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions FloatRatingView.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'FloatRatingView'
spec.version = '1.0.3'
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' => 'glenyi81@gmail.com' }
spec.social_media_url = 'https://twitter.com/glenyi'
spec.source = { :git => 'https://github.com/strekfus/FloatRatingView.git', :tag => "#{spec.version}" }
spec.source_files = 'FloatRatingView.swift'
spec.platform = :ios, '8.0'
spec.requires_arc = true
spec.name = 'FloatRatingView'
spec.version = '1.0.3'
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' => 'glenyi81@gmail.com' }
spec.social_media_url = 'https://twitter.com/glenyi'
spec.source = { :git => 'https://github.com/strekfus/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' => '2.3' }
end

0 comments on commit c01a331

Please sign in to comment.