Skip to content

Commit

Permalink
Version bump to 1.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruffins authored Jan 2, 2023
1 parent 101175e commit 8e6d4cc
Show file tree
Hide file tree
Showing 22 changed files with 1,475 additions and 522 deletions.
8 changes: 5 additions & 3 deletions BirchLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BirchLumberjack'
s.version = '1.0.3'
s.version = '1.1.0'
s.summary = 'CocoaLumberjack wrapper for Birch.'
s.homepage = 'https://github.com/gruffins/birch-lumberjack'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'Ryan Fung' => 'ryan@ryanfung.com' }
s.source = { git: 'https://github.com/gruffins/birch-lumberjack.git', tag: s.version.to_s }
s.ios.deployment_target = '10.0'
s.swift_version = '4.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.swift_version = '5.0'
s.source_files = 'Sources/BirchLumberjack/*'
s.dependency 'Birch'
s.dependency 'CocoaLumberjack'
Expand Down
3 changes: 3 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use_frameworks!

platform :ios, '11.0'

target 'BirchLumberjack_Tests' do
pod 'BirchLumberjack', :path => '../'
end
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Birch (1.0.0)
- BirchLumberjack (1.0.3):
- Birch (1.4.0)
- BirchLumberjack (1.1.0):
- Birch
- CocoaLumberjack
- CocoaLumberjack (3.7.4):
Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Birch: 5d940488381029bf174a1dc0f929dca43e2f1739
BirchLumberjack: 4cb2cffa2615146c49165ef717a06d91607c73c8
Birch: f9403f7ef86edb088876af7af2ba32c6db959e21
BirchLumberjack: d9d5a167e12ea84a2cebb04b24079aad88bc950e
CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646

PODFILE CHECKSUM: 15471668cd2de17c17a4404666273771dbe44cec
PODFILE CHECKSUM: e9fadcec231fa5b77c79f79def25e7f7f698b6e5

COCOAPODS: 1.11.3
91 changes: 85 additions & 6 deletions Example/Pods/Birch/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

543 changes: 543 additions & 0 deletions Example/Pods/Birch/Sources/Birch/Classes/AES.swift

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions Example/Pods/Birch/Sources/Birch/Classes/Birch.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions Example/Pods/Birch/Sources/Birch/Classes/EmailScrubber.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions Example/Pods/Birch/Sources/Birch/Classes/Encryption.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e6d4cc

Please sign in to comment.