Skip to content

Commit

Permalink
Add Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercameron committed Jun 6, 2014
1 parent 30e96e0 commit 52b4413
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions UDCSRTResponseSerializer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'UDCSRTResponseSerializer'
s.version = '0.0.1'
s.license = 'Unlicense'
s.summary = 'A response serializer you can plug in to AFNetworking that parses an SRT file and returns it in a friendly format.'
s.homepage = 'https://github.com/udacity/UDCSRTResponseSerializer'
s.social_media_url = 'https://twitter.com/olivercameron'
s.authors = { 'Oliver Cameron' => 'olivercameron@icloud.com' }
s.source = { :git => 'https://github.com/udacity/UDCSRTResponseSerializer.git', :tag => 'v0.0.1' }
s.source_files = 'Classes'
s.requires_arc = true

s.ios.deployment_target = '7.0'

s.dependency 'AFNetworking'
end

0 comments on commit 52b4413

Please sign in to comment.