Skip to content

Commit

Permalink
Added the iTVDb v0.0.3 .podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintuhumury committed Mar 27, 2013
1 parent a30892d commit f22967f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions iTVDb/0.0.3/iTVDb.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "iTVDb"
s.version = "0.0.3"
s.author = { "Kevin Tuhumury" => "kevin.tuhumury@gmail.com" }
s.homepage = "https://github.com/kevintuhumury/itvdb"
s.summary = "iTVDb provides a wrapper around the TVDB (http://thetvdb.com) XML API and can be used in iOS apps."

s.source = { :git => "https://github.com/kevintuhumury/itvdb.git", :tag => "0.0.3" }
s.source_files = '**/*.{h,m}'
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios
s.requires_arc = true
end

0 comments on commit f22967f

Please sign in to comment.