-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestConnectionManager.podspec
26 lines (20 loc) · 1.05 KB
/
TestConnectionManager.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = 'TestConnectionManager'
s.version = '0.1.0'
s.summary = 'Simple HTTP client for Swift.'
s.description = 'TestConnectionManager is a simple HTTP client for Swift 3.0'
s.homepage = 'https://github.com/DalterioRaffaele/TestConnectionManager'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'DalterioRaffaele' => '[email protected]' }
s.source = { :git => 'https://github.com/DalterioRaffaele/TestConnectionManager.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '9.3'
s.source_files = 'TestConnectionManager/Classes/**/*'
# s.resource_bundles = {
# 'TestConnectionManager' => ['TestConnectionManager/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end