mirror of
https://github.com/averello/LogKit.git
synced 2026-03-01 18:23:21 +01:00
2.1 swift 4.1 support
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'LogKit'
|
||||
s.version = '2.0'
|
||||
s.version = '2.1'
|
||||
s.summary = 'Quick logging based on representations of objects.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
@@ -31,6 +31,11 @@ TODO: Add long description of the pod here.
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.source_files = 'LogKit/Classes/**/*'
|
||||
|
||||
|
||||
s.xcconfig = {
|
||||
"SWIFT_VERSION" => '4.0'
|
||||
}
|
||||
|
||||
# s.resource_bundles = {
|
||||
# 'LogKit' => ['LogKit/Assets/*.png']
|
||||
|
||||
Reference in New Issue
Block a user