Skip to content

Commit

Permalink
Bump Blueprint to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsillik committed Feb 21, 2024
1 parent 521b046 commit 4035120
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '14.0'
platform :ios, '15.0'

project 'Demo/Demo.xcodeproj'
workspace 'Demo/Demo.xcworkspace'
Expand Down
34 changes: 17 additions & 17 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- BlueprintUI (2.2.0)
- BlueprintUICommonControls (2.2.0):
- BlueprintUI (= 2.2.0)
- BlueprintUILists (13.1.0):
- BlueprintUI (~> 2.0)
- BlueprintUI (3.0.0)
- BlueprintUICommonControls (3.0.0):
- BlueprintUI (= 3.0.0)
- BlueprintUILists (14.0.0):
- BlueprintUI (~> 3.0)
- ListableUI
- BlueprintUILists/Tests (13.1.0):
- BlueprintUI (~> 2.0)
- BlueprintUICommonControls (~> 2.0)
- BlueprintUILists/Tests (14.0.0):
- BlueprintUI (~> 3.0)
- BlueprintUICommonControls (~> 3.0)
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (13.1.0)
- ListableUI/Tests (13.1.0):
- ListableUI (14.0.0)
- ListableUI/Tests (14.0.0):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -44,13 +44,13 @@ EXTERNAL SOURCES:
:path: Internal Pods/Snapshot/Snapshot.podspec

SPEC CHECKSUMS:
BlueprintUI: 33bad09c9cc634d9e8c9df742e2616ec8629bcf9
BlueprintUICommonControls: 29472ce36386e43ba6d6c2b7959d0033670923f9
BlueprintUILists: 9d0c900033505aefa08b5941844f3ed47b9993af
EnglishDictionary: 277ff15917abc170362afbd2ad11cbe15c2ae6ad
ListableUI: 8f2bfe37d83017d137ead278140de0393de7f588
Snapshot: a936e73ede9570c80fb55e20542903e81efbad82
BlueprintUI: 76e054862aceb2b014a7953464c5769af55c13d5
BlueprintUICommonControls: 9219a0b82ea4b95bbeef44d3fbc65b9b01f1acba
BlueprintUILists: b8dda4d8c44226b5cf144aea801fc491d57efe04
EnglishDictionary: 026b5a7bcd89aa730748e9e1ed492a6da2843367
ListableUI: 604347bdf3c4c57093424c4ada29524a8de31883
Snapshot: 8a20b3f4c06640b0723cfd3bce12b939523d9dfc

PODFILE CHECKSUM: 2ca1d80570fc765312a79bcaa886ee9034caabd2
PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7

COCOAPODS: 1.11.3
6 changes: 3 additions & 3 deletions version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

BLUEPRINT_VERSION ||= ['~> 2.0'].freeze
BLUEPRINT_VERSION ||= ['~> 3.0'].freeze

LISTABLE_VERSION ||= '13.1.0'
LISTABLE_VERSION ||= '14.0.0'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '14.0'
LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

LISTABLE_SWIFT_VERSION ||= '5.7'

0 comments on commit 4035120

Please sign in to comment.