blob: 88af92f3611354cf87393e89381bc92280871312 [file] [log] [blame]
{
"name": "NOCLog",
"version": "0.1.5",
"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/snail_bok",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/a-snail/NOCLog.git",
"tag": "0.1.5"
},
"source_files": "NOCLog/*.{h,m}"
}