Skip to content

Commit

Permalink
Added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodgkins committed Jan 11, 2015
1 parent 021c657 commit cf5cf5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HTTPStatusCodes.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'HTTPStatusCodes'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Swift enum wrapper for easier handling of HTTP status codes'
s.homepage = 'https://github.com/rhodgkins/SwiftHTTPStatusCodes'
s.social_media_url = 'http://twitter.com/rhodgkins'
s.authors = 'Rich Hodgkins'
s.source = { :git => 'https://github.com/rhodgkins/SwiftHTTPStatusCodes.git', :tag => s.version }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'

s.source_files = 'HTTPStatusCodes.swift'

s.requires_arc = true
end

0 comments on commit cf5cf5f

Please sign in to comment.