Skip to content

Commit

Permalink
add missing pod fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 13, 2020
1 parent 2de0103 commit 98f58ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lona-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ jobs:
echo "Pod::Spec.new do |s|
s.name = \"$REPO_NAME\"
s.version = \"${{ steps.variables.outputs.new_version }}\"
s.summary = \"\"
s.summary = \"A pod for the ${{ github.repository }} Lona Workspace.\"
s.homepage = \"https://github.com/${{ github.repository }}\"
s.license = \"None\"
s.author = { "Lona" => "[email protected]" }
s.source = { :http => \"https://github.com/${{ github.repository }}/releases/download/${{ steps.variables.outputs.new_tag }}/pod.zip\" }
s.source_files = \"Sources/**/*.{m,h,swift}\"
s.ios.deployment_target = \"10\"
Expand Down

0 comments on commit 98f58ef

Please sign in to comment.