Skip to content

Commit

Permalink
[Update] iTunesSearch (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Oct 31, 2012
1 parent 70a924c commit 9da5f34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions iTunesSearch/0.0.3/iTunesSearch.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "iTunesSearch"
s.version = "0.0.3"
s.summary = "Block based iTunes store communication for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/iTunesSearch"
s.license = 'MIT'
s.author = { "Gangverk" => "contact@gangverk.is" }
s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.6'
s.source_files = 'iTunesSearch/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 9da5f34

Please sign in to comment.