forked from AckeeCZ/ACKategories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACKategories.podspec
22 lines (20 loc) · 941 Bytes
/
ACKategories.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'ACKategories'
s.version = '6.12.3'
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.
DESC
s.homepage = 'https://github.com/AckeeCZ/ACKategories'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ackee' => '[email protected]' }
s.source = { :git => 'https://github.com/AckeeCZ/ACKategories.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ackeecz'
s.swift_version = '5.1.3'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.source_files = 'ACKategoriesCore/**/*.swift'
s.ios.source_files = 'ACKategories-iOS/**/*.swift'
s.ios.exclude_files = 'ACKategories-iOS/Aliases.swift'
s.ios.frameworks = 'UIKit'
end