Skip to content

Commit

Permalink
add rake task to update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Oct 20, 2016
1 parent b8bd71c commit 28f685d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,8 @@ task :ci, [:platform] do |_task, args|
end
end
end

desc 'updated the podspec on cocoapods'
task :update_pod do
sh "bundle exec pod trunk push Charts.podspec --allow-warnings"
end

0 comments on commit 28f685d

Please sign in to comment.