Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Gille committed Jan 15, 2021
1 parent 513941f commit 0165518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FritzBox-Kit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FritzBox-Kit'
s.version = '0.3.1'
s.version = '0.4.0'

s.summary = 'Swift SDK for communicating with Fritz! smart home devices.'
s.author = { 'Roman Gille' => '[email protected]' }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.source = { :git => 'https://github.com/r-dent/FritzBoxKit.git', :tag => "v#{s.version}" }
s.source_files = 'Sources/**/*.swift'
s.swift_version = '4.2'
s.swift_version = '5.0'

s.dependency 'AEXML'
s.dependency 'XMLMapper'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ As I only have one home, this was only tested with the following setup.

When using [Swift Package Manager](https://swift.org/package-manager/) add this:

.package(url: "https://github.com/r-dent/FritzBoxKit.git", from: "0.3.2")
.package(url: "https://github.com/r-dent/FritzBoxKit.git", from: "0.4.0")

If you´re using [CocoaPods](https://cocoapods.org/pods/FritzBox-Kit), add this to your Podfile:

Expand Down

0 comments on commit 0165518

Please sign in to comment.