Skip to content

Commit

Permalink
Update pod to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed Sep 19, 2016
1 parent 42c1b92 commit 8aa58a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
6 changes: 3 additions & 3 deletions Navajo-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Navajo-Swift"
s.version = "0.0.6"
s.version = "0.1.0"
s.summary = "Password Validator & Strength Evaluator"

s.description = <<-DESC
Expand Down Expand Up @@ -31,8 +31,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.10'

s.source = { :git => "https://github.com/jasonnam/Navajo-Swift.git",
:commit => "d4e49b5a59b84b291c6f1723a2c2a077af28f922",
:tag => "0.0.6" }
:commit => "0016501cd4b73fdd981949bc5c0d6a15e158d808",
:tag => "0.1.0" }

s.source_files = "Source/*.{swift}"
s.requires_arc = true
Expand Down

0 comments on commit 8aa58a9

Please sign in to comment.