blob: c2f815dca924027483a44e3a5651ab0a85c32ab9 [file] [log] [blame]
{
"name": "NOCLog",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "NOCLog/*.{h,m}"
}