Skip to content

Commit

Permalink
Set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpalmer committed Aug 31, 2015
1 parent a449ebf commit 41b6644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Locksmith.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Locksmith"
s.version = "2.0"
s.version = "2.0.0"
s.summary = "Locksmith is a protocol-oriented way to work with the iOS Keychain in Swift."
s.description = <<-DESC
Locksmith is a protocol-oriented way to work with the iOS Keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/matthewpalmer/Locksmith.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/_matthewpalmer'

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/*.{m,h,swift}'
Expand Down

0 comments on commit 41b6644

Please sign in to comment.