Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leah committed May 21, 2015
1 parent fd483bc commit fec6a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zxcvbn-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "zxcvbn-ios"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "A realistic password strength estimator."
s.description = <<-DESC
An obj-c port of zxcvbn, a password strength estimation library,
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Leah Culver" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/dropbox/zxcvbn-ios.git", :tag => "v1.0.2"}
s.source = { :git => "https://github.com/dropbox/zxcvbn-ios.git", :tag => "v1.0.3"}
s.source_files = "Zxcvbn/**/*.{h,m}"
s.exclude_files = "Zxcvbn/main.m", "Zxcvbn/DBAppDelegate.{h,m}", "Zxcvbn/DBCreateAccountViewController.{h,m}"
s.resources = "Zxcvbn/Zxcvbn/generated/*.json"
Expand Down

0 comments on commit fec6a97

Please sign in to comment.