Skip to content

Commit

Permalink
Specify platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Dec 14, 2017
1 parent dd8182d commit b8cea53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LicensePlist.podspec.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/mono0926/LicensePlist'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Masayuki Ono'
s.source = { :http => '#{s.homepage}/releases/download/#{s.version}/portable_licenseplist.zip' }
s.source = { :http => '#{s.homepage}/releases/download/#{s.version}/portable_licenseplist.zip' },
s.platform = :osx, '10.10'
end

0 comments on commit b8cea53

Please sign in to comment.