Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Raeder committed Sep 26, 2021
1 parent 6722d8b commit 017c07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BugsplatMac.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'BugsplatMac'
s.version = '1.1.1'
s.license = 'MIT'
s.homepage = 'http://bugsplat.com'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'http://bugsplat.com'
s.summary = 'Bugsplat macOS framework'
s.author = 'Geoff Raeder'
s.source = { :http => "https://github.com/BugSplatGit/BugsplatMac/releases/download/#{s.version}/BugsplatMac.framework.zip" }
s.source = { :http => "https://github.com/BugSplatGit/BugsplatMac/releases/download/#{s.version}/BugsplatMac.framework.zip" }
s.platform = :osx, '10.9'
s.requires_arc = true
s.vendored_frameworks = 'Carthage/Build/Mac/BugsplatMac.framework'
Expand Down

0 comments on commit 017c07f

Please sign in to comment.