Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
added badges, updated platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Apr 4, 2016
1 parent 7386d32 commit 669a11f
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 142 deletions.
11 changes: 9 additions & 2 deletions Evergreen.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Pod::Spec.new do |s|

s.name = "Evergreen"
s.version = "0.8"
s.summary = "A Swift Logging Framework."
Expand All @@ -10,7 +11,13 @@ Pod::Spec.new do |s|
s.homepage = "http://github.com/viWiD/Evergreen"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Nils Fischer" => "n.fischer@viwid.com" }
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/viWiD/Evergreen.git", :tag => "v" + s.version.to_s }
s.source_files = "Sources"
s.source_files = "Sources/Evergreen"

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

end
199 changes: 61 additions & 138 deletions Evergreen.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "87515FFE1CB2BEC500E0120D"
BuildableName = "Evergreen-tvOSTests.xctest"
BlueprintName = "Evergreen-tvOSTests"
BuildableName = "Evergreen-tvOS Tests.xctest"
BlueprintName = "Evergreen-tvOS Tests"
ReferencedContainer = "container:Evergreen.xcodeproj">
</BuildableReference>
</TestableReference>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

> Most *natural* Swift logging
[![Build Status](https://travis-ci.org/viWiD/Evergreen.svg?branch=master)](https://travis-ci.org/viWiD/Evergreen)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Evergreen.svg)](https://img.shields.io/cocoapods/v/Evergreen.svg)
[![Platform](https://img.shields.io/cocoapods/p/Evergreen.svg?style=flat)](http://cocoadocs.org/docsets/Evergreen)
[![Gitter](https://badges.gitter.im/viWiD/Evergreen.svg)](https://gitter.im/viWiD/Evergreen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Evergreen is a logging framework written in Swift. It is designed to work just as you would expect, yet so versatile you can make it work however you wish.

Integrate Evergreen logging into your Swift project to replace those plain `print()` statements with calls to Evergreen's versatile logging functions that make it easy to **adjust the verbosity** of the output, log to **multiple destinations** (e.g. a file) with **custom formatting** and even **measure time**.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 669a11f

Please sign in to comment.