Skip to content

Commit

Permalink
Bump version to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
劉雨辰 committed May 7, 2019
1 parent 026badb commit daca275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmileLock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SmileLock"
s.version = "3.0.7"
s.version = "3.0.8"
s.summary = "A library for make a beautiful Passcode Lock View."
s.description = <<-DESC
1. Create a beautiful passcode lock view simply.
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.author = { 'Rain' => '[email protected]' }

s.swift_version = "4.2"
s.swift_version = "5"
s.platform = :ios, '9.0'
s.requires_arc = true
s.source = { :git => "https://github.com/recruit-lifestyle/Smile-Lock.git", :tag => s.version.to_s}
Expand Down

0 comments on commit daca275

Please sign in to comment.