blob: 48445cbb247913b5840b7238105497c3327a4f5f [file] [log] [blame]
{
"name": "SpeedLog",
"version": "0.3.0",
"summary": "SpeedLog - Swift fast debug logs, improves code optimization",
"description": "SpeedLog can be easily disabled and removed for the release build.\nThis would increase code performance and enable better optimization\nfor swift compiler",
"homepage": "https://github.com/kostiakoval/SpeedLog",
"license": "MIT",
"authors": {
"Kostiantyn Koval": "konstantin.koval1@gmail.com"
},
"source": {
"git": "https://github.com/kostiakoval/SpeedLog.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/kostiakoval",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"watchos": {
"exclude_files": "Source/UIKit"
},
"osx": {
"exclude_files": "Source/UIKit"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-D ENABLE_LOG"
},
"pushed_with_swift_version": "3.0"
}