Skip to content

Commit

Permalink
- new release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 24, 2016
1 parent c4cab6c commit 27ac44e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Easy to use and lightweight logger in Swift.

## Requirements

iOS 9.0+ / macOS 10.9+ / tvOS 9.0+
iOS 9.0+ / macOS 10.9+ / tvOS 9.0+ / watchOS 2.0+

## CocoaPods

Expand All @@ -29,7 +29,7 @@ platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Lighty', '~>0.3'
pod 'Lighty', '~>0.4'
end
```

Expand All @@ -52,7 +52,7 @@ brew install carthage
To integrate Lighty into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/Lighty" ~> 0.3
github "abdullahselek/Lighty" ~> 0.4
```

Run carthage update to build the framework and drag the built Lighty.framework into your Xcode project.
Expand Down

0 comments on commit 27ac44e

Please sign in to comment.