reverse excess changes

This commit is contained in:
Artyom Devyatov 2016-02-17 23:40:00 +03:00
parent 8d3842fc4c
commit 384e3b5dea
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = "Apache License, Version 2.0"
s.author = "Touch Instinct"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git", :tag => "podspec" }
s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git" }
s.source_files = "LeadKit/LeadKit/**/*.swift"
s.dependency "CocoaLumberjack", "2.2.0"

View File

@ -7,7 +7,7 @@
//
import Foundation
import CocoaLumberjack
import CocoaLumberjackSwift
public class Log {