From 4d562c3c90ad99c7109b24f4328801daad670b91 Mon Sep 17 00:00:00 2001 From: TaimurAyaz Date: Wed, 11 Feb 2015 01:06:33 -0500 Subject: [PATCH] podspec update --- TAOverlay.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAOverlay.podspec b/TAOverlay.podspec index 43ac13f..40fb361 100644 --- a/TAOverlay.podspec +++ b/TAOverlay.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.author = "Taimur Ayaz" s.social_media_url = "https://twitter.com/taimurayaz" s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/TaimurAyaz/TAOverlay.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/TaimurAyaz/TAOverlay.git", :tag => "v1.0.1" } s.source_files = "TAOverlay", "TAOverlay/*.{h,m}" s.resources = 'TAOverlay/TAOverlay.bundle' s.requires_arc = true