Created
May 24, 2012 06:08
-
-
Save yas375/2779752 to your computer and use it in GitHub Desktop.
CocoaLumberjack.podspec for head version of cocoapods. +extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = 'CocoaLumberjack' | |
| s.version = '1.3.3' | |
| s.license = 'BSD' | |
| s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.' | |
| s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack' | |
| s.author = { 'Robbie Hanson' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', | |
| :tag => '1.3.3' } | |
| s.description = 'It is similar in concept to other popular logging frameworks such as log4j, ' \ | |
| 'yet is designed specifically for objective-c, and takes advantage of features ' \ | |
| 'such as multi-threading, grand central dispatch (if available), lockless ' \ | |
| 'atomic operations, and the dynamic nature of the objective-c runtime.' | |
| s.requires_arc = true | |
| s.source_files = 'Lumberjack', 'Lumberjack/Extensions' | |
| s.clean_paths = 'Benchmarking', 'Xcode' | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = 'CocoaLumberjack' | |
| s.version = '1.3.3' | |
| s.license = 'BSD' | |
| s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.' | |
| s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack' | |
| s.author = { 'Robbie Hanson' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', | |
| :tag => '1.3.3' } | |
| s.description = 'It is similar in concept to other popular logging frameworks such as log4j, ' \ | |
| 'yet is designed specifically for objective-c, and takes advantage of features ' \ | |
| 'such as multi-threading, grand central dispatch (if available), lockless ' \ | |
| 'atomic operations, and the dynamic nature of the objective-c runtime.' | |
| s.requires_arc = true | |
| s.source_files = 'Lumberjack', 'Lumberjack/Extensions' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment