Skip to content

Commit 2ae770c

Browse files
committed
podspec added
1 parent eeebfc3 commit 2ae770c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

TyphoonRestClient.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'TyphoonRestClient'
3+
s.version = '1.0.0'
4+
s.license = 'Apache2.0'
5+
s.summary = 'Flexible HTTP client for Objective-C and Swift'
6+
s.homepage = 'https://github.com/appsquickly/TyphoonRestClient'
7+
s.author = { 'Aleksey Garbarev, Jasper Blues & Contributors' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/appsquickly/TyphoonRestClient.git', :tag => s.version.to_s }
9+
10+
s.platform = :ios, '6.0'
11+
12+
s.source_files = 'TyphoonRestClient/**/*.{h,m}'
13+
s.requires_arc = true
14+
15+
s.dependency 'AFNetworking', '~> 2.5'
16+
end

0 commit comments

Comments
 (0)