Skip to content

Commit

Permalink
[Add] TSLibraryImport (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Aug 21, 2012
1 parent 8a5782e commit e79c468
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TSLibraryImport/0.0.1/TSLibraryImport.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'TSLibraryImport'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = "Objective-C class for importing files from user's iPod Library in iOS4."
s.homepage = 'https://github.com/tapsquare/TSLibraryImport'
s.author = { 'tapsquare, llc.' => 'art@tapsquare.com' }
s.source = { :git => 'https://github.com/tapsquare/TSLibraryImport.git', :commit => '0eb4fdeb5e21f5d41d8cc336e70c797ebf076b2f' }

s.source_files = 'Classes/TSLibraryImport.{h,m}'
end

0 comments on commit e79c468

Please sign in to comment.