From fec6a97ca53a9947dd9039d97c52fc8135721fe2 Mon Sep 17 00:00:00 2001 From: Leah Culver Date: Thu, 21 May 2015 14:10:49 -0700 Subject: [PATCH] v1.0.3 --- zxcvbn-ios.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zxcvbn-ios.podspec b/zxcvbn-ios.podspec index 3d79254..45dd106 100644 --- a/zxcvbn-ios.podspec +++ b/zxcvbn-ios.podspec @@ -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, @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Leah Culver" => "leah@dropbox.com" } 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"