Skip to content

Commit

Permalink
Merge pull request ra1028#60 from halleygen/patch-1
Browse files Browse the repository at this point in the history
Update license in DifferenceKit.podspec
  • Loading branch information
ra1028 committed Mar 28, 2019
2 parents d85cf1a + 2f3dc89 commit 06d2419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DifferenceKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
The algorithm is optimized based on the Paul Heckel's algorithm.
DESC
spec.source = { :git => 'https://github.com/ra1028/DifferenceKit.git', :tag => spec.version.to_s }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.requires_arc = true
spec.default_subspecs = 'Core', 'UIKitExtension'
spec.swift_version = '4.2'
Expand Down

0 comments on commit 06d2419

Please sign in to comment.