From a5107e57f0b1341b5809b87027a3c7668255f5d9 Mon Sep 17 00:00:00 2001 From: Felix Jendrusch Date: Tue, 20 Oct 2015 12:50:52 +0200 Subject: [PATCH] Update Heimdall.podspec --- Heimdall.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Heimdall.podspec b/Heimdall.podspec index 9f4afbf..5ff9f75 100644 --- a/Heimdall.podspec +++ b/Heimdall.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.homepage = 'https://github.com/rheinfabrik/Heimdall.swift' spec.source = { :git => 'https://github.com/rheinfabrik/Heimdall.swift.git', - :branch => 'master' + :tag => spec.version.to_s } spec.summary = 'Easy to use OAuth 2 library for iOS, written in Swift' spec.description = 'Heimdall is an OAuth 2.0 client specifically designed for easy usage. It currently supports the resource owner password credentials grant flow, refreshing an access token as well as extension grants.'