Skip to content

Commit

Permalink
- release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 23, 2016
1 parent 39532b2 commit 4e4068b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Lighty.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Lighty'
s.version = '0.2'
s.version = '0.3'
s.summary = 'Easy to use and lightweight logger in Swift'
s.homepage = 'https://github.com/abdullahselek/Lighty'
s.license = {
Expand All @@ -17,7 +17,8 @@ Pod::Spec.new do |s|
}
s.ios.deployment_target = '9.0'
s.osx.deployment_target = "10.9"
s.source_files = 'Lighty/*.swift'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/*.swift'
s.requires_arc = true

end

0 comments on commit 4e4068b

Please sign in to comment.