Skip to content

Commit

Permalink
Bumped podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilenko Igor Vladimirovich committed Sep 22, 2017
1 parent 530f7a0 commit 6374431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions BiometricAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "BiometricAuth"
s.version = "2.0.0"
s.summary = "Framework for biometric authentication (via TouchID) in your application"
s.summary = "Biometric authentication (via TouchID) in your application"
s.description = "Framework for biometric authentication (via TouchID) in your application"
s.homepage = "https://github.com/vasilenkoigor/BiometricAuth"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Igor Vasilenko" => "spb.vasilenko@icloud.com" }
s.ios.deployment_target = "9.3"
s.osx.deployment_target = "10.12"
s.osx.deployment_target = "10.12.2"
s.source = { :git => "https://github.com/vasilenkoigor/BiometricAuth.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = 'LocalAuthentication'
Expand Down

0 comments on commit 6374431

Please sign in to comment.