-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathSTHTTPRequest.podspec
More file actions
13 lines (13 loc) · 689 Bytes
/
STHTTPRequest.podspec
File metadata and controls
13 lines (13 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |s|
s.name = "STHTTPRequest"
s.version = "1.1.4"
s.summary = "Obj-C / Cocoa HTTP requests for humans"
s.homepage = "https://github.com/nst/STHTTPRequest"
s.license = { :type => 'New BSD', :file => 'LICENSE.txt' }
s.authors = 'Nicolas Seriot', 'Alistair Galbraith', 'Cyril Chandelier', 'Doug Ayers', 'Matthias Schmidt', 'Oktawian Chojnacki', 'Stephan Burlot', 'Zach Boyd', 'Torsten Louland'
s.source = { :git => "https://github.com/nst/STHTTPRequest.git", :tag => "1.1.4" }
s.source_files = 'STHTTPRequest.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.7'
end