From 6936e3199050e8e2ce0d91553b049e6a07e8abd9 Mon Sep 17 00:00:00 2001 From: Leah Culver Date: Fri, 15 May 2015 13:40:28 -0700 Subject: [PATCH] ugh, actually fix the version --- zxcvbn-ios.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zxcvbn-ios.podspec b/zxcvbn-ios.podspec index e6ffc6e..3d79254 100644 --- a/zxcvbn-ios.podspec +++ b/zxcvbn-ios.podspec @@ -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.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"