blob: 0fddc6ab446b3b53729c2ca61aa14ca4ae252ca0 [file] [log] [blame]
{
"name": "SpeedLog",
"version": "0.1.0",
"summary": "SpeedLog - Swift fast debug logs, improves code optimization",
"description": " SpeedLog can be easily disabled and removed for the release build.\n This would increase code performance and enable better optimization\n for swift compiler\n",
"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.0"
},
"social_media_url": "https://twitter.com/kostiakoval",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SpeedLog/*.swift"
}