From ccaa99bf9d60d518440cb3346db4e33edbe27fa4 Mon Sep 17 00:00:00 2001 From: opsidao Date: Wed, 23 Jan 2013 17:59:10 +0100 Subject: [PATCH] Do not change the version number --- .../1.0.0/ALAssetsLibrary-CustomPhotoAlbum.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ALAssetsLibrary-CustomPhotoAlbum/1.0.0/ALAssetsLibrary-CustomPhotoAlbum.podspec b/ALAssetsLibrary-CustomPhotoAlbum/1.0.0/ALAssetsLibrary-CustomPhotoAlbum.podspec index 50879ab0..ad6967e3 100644 --- a/ALAssetsLibrary-CustomPhotoAlbum/1.0.0/ALAssetsLibrary-CustomPhotoAlbum.podspec +++ b/ALAssetsLibrary-CustomPhotoAlbum/1.0.0/ALAssetsLibrary-CustomPhotoAlbum.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "ALAssetsLibrary-CustomPhotoAlbum" - s.version = "1.0.1" + s.version = "1.0.0" s.summary = "A nice ALAssetsLibrary category for saving images & videos into custom photo album." s.homepage = "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum" s.license = 'MIT' s.authors = { "Marin Todorov" => "touch-code-magazine@underplot.com", "Kjuly" => "dev@kjuly.com" } - s.source = { :git => "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum.git", :tag => "1.0.0" } s.platform = :ios s.source_files = 'ALAssetsLibrary-CustomPhotoAlbum/*.{h,m}' s.frameworks = 'AssetsLibrary'