Skip to content

Commit 551f9de

Browse files
authored
Create CleanroomLogger.podspec
1 parent 8c31fb8 commit 551f9de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CleanroomLogger.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'CleanroomLogger'
3+
s.version = '6.0.2'
4+
s.homepage = 'https://github.com/UnionPOS/CleanroomLogger'
5+
s.summary = 'CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant'
6+
s.authors = { 'CleanroomLogger' => 'CleanroomLogger@email.com' }
7+
8+
# Source Info
9+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
10+
s.platform = :ios, '10.0'
11+
s.source = { :git => 'git@github.com:UnionPOS/CleanroomLogger.git', :tag => "v#{s.version}" }
12+
s.source_files = 'Sources/*.{swift}'
13+
14+
end

0 commit comments

Comments
 (0)