File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "ContentPass"
3- spec . version = "2.1 .0"
3+ spec . version = "2.2 .0"
44 spec . summary = "Handles all authentication and validation with contentpass servers for you."
55
66 spec . homepage = "https://contentpass.de"
Original file line number Diff line number Diff line change 2626* Add the following ` dependency ` to your ` Package.swift ` :
2727``` swift
2828dependencies: [
29- .package (url : " https://github.com/contentpass/contentpass-ios" , .upToNextMajor (from : " 2.1 .0" ))
29+ .package (url : " https://github.com/contentpass/contentpass-ios" , .upToNextMajor (from : " 2.2 .0" ))
3030]
3131```
3232
@@ -38,7 +38,7 @@ In both cases don't forget to add the sdk to your targets.
3838
3939With [ CocoaPods] ( https://guides.cocoapods.org/using/getting-started.html ) , add the following line to your ` Podfile ` :
4040``` ruby
41- pod ' ContentPass' , ' ~> 2.0 .0'
41+ pod ' ContentPass' , ' ~> 2.2 .0'
4242```
4343
4444Then, run ` pod install ` via terminal.
You can’t perform that action at this time.
0 commit comments