Do not change the version number

This commit is contained in:
opsidao
2013-01-23 17:59:10 +01:00
parent 83b1204b2f
commit ccaa99bf9d
@@ -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'