diff --git a/.DS_Store b/.DS_Store index 427af1d..b49aa05 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Atlantis.podspec b/Atlantis.podspec index 4f2a0d7..b8b3b1c 100644 --- a/Atlantis.podspec +++ b/Atlantis.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "Atlantis" s.summary = "Atlantis is a debug logger framework built in Swift." s.requires_arc = true - s.version = "1.0.6" + s.version = "1.0.7" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "[Andrew Aquino]" => "[andrew@totemv.com]" } s.homepage = 'http://totemv.com/drewkiino.github.io' @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/DrewKiino/Atlantis.git', :tag => 'master' } s.source_files = "Atlantis/Source/*.{swift}" - s.dependency 'SwiftyBeaver' + # s.dependency 'SwiftyBeaver' end \ No newline at end of file diff --git a/Atlantis.xcworkspace/xcuserdata/drewkiino.xcuserdatad/UserInterfaceState.xcuserstate b/Atlantis.xcworkspace/xcuserdata/drewkiino.xcuserdatad/UserInterfaceState.xcuserstate index d555008..765671e 100644 Binary files a/Atlantis.xcworkspace/xcuserdata/drewkiino.xcuserdatad/UserInterfaceState.xcuserstate and b/Atlantis.xcworkspace/xcuserdata/drewkiino.xcuserdatad/UserInterfaceState.xcuserstate differ