Skip to content

Commit

Permalink
Add LICENSE to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak authored Feb 11, 2019
1 parent 1febef1 commit 5faa4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACKategories.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACKategories'
s.version = '6.0.1'
s.version = '6.0.2'
s.summary = 'A bunch of useful tools, cocoa subclasses and extensions'
s.description = <<-DESC
Tools, cocoa subclasses and extensions we love to use at Ackee.
Expand All @@ -11,7 +11,7 @@ Tools, cocoa subclasses and extensions we love to use at Ackee.
s.source = { :git => 'https://github.com/AckeeCZ/ACKategories.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ackeecz'
s.ios.deployment_target = '8.3'
s.source_files = 'ACKategories/**/*.swift'
s.source_files = 'ACKategories/**/*.swift', 'LICENSE'
s.frameworks = 'UIKit'
s.swift_version = '4.2'
end

0 comments on commit 5faa4d8

Please sign in to comment.