We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c31fb8 commit 551f9deCopy full SHA for 551f9de
CleanroomLogger.podspec
@@ -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