4 "summary": "SpeedLog - Swift fast debug logs, improves code optimization",
5 "description": "SpeedLog can be easily disabled and removed for the release build.\nThis would increase code performance and enable better optimization\nfor swift compiler",
6 "homepage": "https://github.com/kostiakoval/SpeedLog",
9 "Kostiantyn Koval": "konstantin.koval1@gmail.com"
12 "git": "https://github.com/kostiakoval/SpeedLog.git",
15 "social_media_url": "https://twitter.com/kostiakoval",
23 "source_files": "Source/**/*.swift",
25 "exclude_files": "Source/UIKit"
28 "exclude_files": "Source/UIKit"
30 "pod_target_xcconfig": {
31 "OTHER_SWIFT_FLAGS": "-D ENABLE_LOG"
33 "pushed_with_swift_version": "3.0"