blob: eaeea963cbe85c05fd4693a94f401776bee44c83 [file] [log] [blame]
{
"name": "SpeedLog",
"version": "0.1.2",
"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.1.2"
},
"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": "SpeedLog/*.swift"
}