- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSFCDebug.podspec
More file actions
Latest commit
13 lines (13 loc) · 555 Bytes
/
Copy pathSFCDebug.podspec
File metadata and controls
13 lines (13 loc) · 555 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="SFCDebug"
s.version="0.1.0"
s.summary="Wrapper for the CocoaLamberjack logging framework"
s.homepage="https://github.com/bubnov/SFCDebug"
s.license='MIT'
s.author={"Bubnov Slavik"=>"bubnovslavik@gmail.com"}
s.source={:git=>"https://github.com/bubnov/SFCDebug.git",:tag=>s.version.to_s}
s.platform=:ios,'7.0'
s.requires_arc=true
s.source_files='SFCDebug'
s.dependency'CocoaLumberjack','~> 1.9'
end