-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAHNetwork.podspec
More file actions
30 lines (21 loc) · 866 Bytes
/
AHNetwork.podspec
File metadata and controls
30 lines (21 loc) · 866 Bytes
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
27
#
# Be sure to run `pod lib lint AHNetwork.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'AHNetwork'
s.version = '0.3.5'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Swift-Gurus/AHNetwork.git'
s.author = { 'AlexHmelevskiAG' => 'alex.hmelevski@gmail.com' }
s.summary = 'Easy framework for Network'
s.source = { :git => 'https://github.com/Swift-Gurus/AHNetwork.git', :tag => s.version.to_s }
s.module_name = 'AHNetwork'
s.ios.deployment_target = '11.0'
s.swift_version = '5.0'
s.source_files = 'Sources/**/*'
s.dependency 'AHFunctionalSwift'
end