[Update] LastFm 0.5.4

This commit is contained in:
Kevin Renskers
2012-10-24 17:16:27 +00:00
parent ab47a35e62
commit fc64f6fc01
9 changed files with 2 additions and 114 deletions
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.0.1"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X"
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.0.1" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm', 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.2.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X"
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.2.0" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.2.1"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X"
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.2.1" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.3.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X"
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.3.0" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.4.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X"
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.4.0" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.5.1"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.1" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.5.2"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.2" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
-14
View File
@@ -1,14 +0,0 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.5.3"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.3" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.5.0"
s.version = "0.5.4"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.0" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.4" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'