-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Gille
committed
Jan 15, 2021
1 parent
513941f
commit 0165518
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]' } | ||
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters