Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Aug 19, 2013
1 parent d7dc58d commit 34e2715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.11.0 - August 19, 2013
- Added new method:
- (NSOperation *)getSimilarTracksTo:(NSString *)title artist:(NSString *)artist successHandler:(LastFmReturnBlockWithArray)successHandler failureHandler:(LastFmReturnBlockWithError)failureHandler;

1.10.0 - August 13, 2013
- Fix the Podspec so it’s compatible with Cocoapods 0.21.0 and up.

Expand Down
4 changes: 2 additions & 2 deletions LastFm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "1.10.0"
s.version = "1.11.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.dependency 'KissXML', '~> 5.0'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end

0 comments on commit 34e2715

Please sign in to comment.