blob: abebd185e6f4d333e7f0c3288d85755359fefc46 [file] [log] [blame]
{
"name": "NOCLog",
"version": "0.1.4",
"summary": "NOCLog is a very simple library that provides a debug logs in an Objective-C projects.",
"homepage": "https://github.com/a-snail/NOCLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jaeo Bok": "snail.bok@gmail.com"
},
"social_media_url": "https://twitter.com/NOCLog",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/a-snail/NOCLog.git",
"tag": "0.1.4"
},
"source_files": "NOCLog/*.{h,m}"
}