forked from depoon/NetworkInterceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNog.podspec
More file actions
19 lines (15 loc) · 690 Bytes
/
Nog.podspec
File metadata and controls
19 lines (15 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "Nog"
s.version = "0.3.0"
s.summary = "A delicious network request logger in Swift"
s.description = "A delicious network request logger in Swift."
s.homepage = "https://github.com/hkellaway/Nog"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Harlan Kellaway" => "[email protected]" }
s.source = { :git => "https://github.com/hkellaway/Nog.git", :tag => s.version.to_s }
s.module_name = 'Nog'
s.swift_version = "5.3"
s.platforms = { :ios => "13.0" }
s.requires_arc = true
s.source_files = 'Sources/Nog/*.swift'
end