Skip to content

Commit

Permalink
Updated podspec to match the repo file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Miggets7 committed Sep 11, 2024
1 parent e225620 commit 532d7b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/orlib_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ jobs:
run: gem install cocoapods

- name: Validate Podspec
run: |
cd ORLib
pod lib lint ORLib.podspec
run: pod lib lint ./ORLib/ORLib.podspec

- name: Push to CocoaPods Trunk
run: |
cd ORLib
pod trunk push ORLib.podspec
run: pod trunk push ./ORLib/ORLib.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
2 changes: 1 addition & 1 deletion ORLib/ORLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
spec.version = "0.2.0"
spec.summary = "Library for OpenRemote iOS applications."
spec.homepage = "https://github.com/openremote/console-ios"
spec.license = { :type => 'AGPL-3.0', :file => 'LICENSE.txt' }
spec.license = { :type => 'AGPL-3.0', :file => './ORLib/LICENSE.txt' }

spec.author = { "OpenRemote" => "[email protected]" }
spec.platform = :ios, "14.0"
Expand Down

0 comments on commit 532d7b0

Please sign in to comment.