Skip to content

Commit

Permalink
ugh, actually fix the version
Browse files Browse the repository at this point in the history
  • Loading branch information
leah committed May 15, 2015
1 parent 8f5517c commit 6936e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zxcvbn-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"}
s.source = { :git => "https://github.com/dropbox/zxcvbn-ios.git", :tag => "v1.0.2"}
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 6936e31

Please sign in to comment.