Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
takecian committed Sep 17, 2018
1 parent a0428f5 commit fdaf9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1
4.2
4 changes: 2 additions & 2 deletions SwiftRater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftRater'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'A utility that reminds your iPhone app users to review the app written in pure Swift.'

# This description is used to generate tags and improve search results.
Expand All @@ -27,7 +27,7 @@ SwiftRater is a class that you can drop into any iPhone app that will help remin
s.author = { 'takecian' => '[email protected]' }
s.source = { :git => 'https://github.com/takecian/SwiftRater.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/takecian'
s.swift_version = '4.1'
s.swift_version = '4.2'

s.ios.deployment_target = '8.0'

Expand Down

0 comments on commit fdaf9ea

Please sign in to comment.