Skip to content

Commit

Permalink
Fix pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn committed Nov 21, 2024
1 parent a88cff0 commit f93a88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ORLib/LICENSE.txt
2 changes: 1 addition & 1 deletion ORLib/ORLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/openremote/console-ios"
spec.license = { :type => 'AGPL-3.0' }

spec.author = { "OpenRemote" => "developers@openremote.io" }
spec.author = { "OpenRemote" => "developers@openremote.io", :file => 'LICENSE.txt' }
spec.platform = :ios, "14.0"
spec.swift_version = '5.0'

Expand Down

0 comments on commit f93a88d

Please sign in to comment.