Skip to content

Commit

Permalink
- add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 19, 2016
1 parent 9ce4b6c commit 6825330
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Lighty.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|

s.name = 'Lighty'
s.version = '0.1'
s.summary = 'Easy to use and lightweight logger in Swift'
s.homepage = 'https://github.com/abdullahselek/Lighty'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}
s.author = {
'Abdullah Selek' => '[email protected]'
}
s.source = {
:git => 'https://github.com/abdullahselek/Lighty.git',
:tag => s.version.to_s
}
s.ios.deployment_target = '9.0'
s.source_files = 'Lighty/*.swift'
s.requires_arc = true

end

0 comments on commit 6825330

Please sign in to comment.