File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ platform :ios, '16.0'
6161use_frameworks!
6262
6363target 'MyApp' do
64- pod 'Knock', '~> 0.2 .0'
64+ pod 'Knock', '~> 1.1 .0'
6565end
6666```
6767
70701 . Add this line to your Cartfile:
7171
7272```
73- github "knocklabs/knock-swift" ~> 0.2 .0
73+ github "knocklabs/knock-swift" ~> 1.1 .0
7474```
7575
7676### Manually
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "Knock"
3- spec . version = "1.0 .0"
3+ spec . version = "1.1 .0"
44 spec . summary = "An SDK to build in-app notifications experiences in Swift with Knock.."
55
66 spec . description = <<-DESC
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ platform :ios, '16.0'
6969use_frameworks!
7070
7171target 'MyApp' do
72- pod 'Knock', '~> 0.2 .0'
72+ pod 'Knock', '~> 1.1 .0'
7373end
7474```
7575
78781 . Add this line to your Cartfile:
7979
8080```
81- github "knocklabs/knock-swift" ~> 0.2 .0
81+ github "knocklabs/knock-swift" ~> 1.1 .0
8282```
8383
8484### Manually
You can’t perform that action at this time.
0 commit comments