blob: 6bb62a785a49ee8ab750c6615aad8b5b46a840b8 [file] [log] [blame]
{
"name": "DTFLogger",
"version": "1.4.2",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS Library that utilizes Realm to store log messages",
"homepage": "https://github.com/darren102/DTFLogger",
"authors": {
"Darren Ferguson": "darren102@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/darren102/DTFLogger.git",
"branch": "master",
"tag": "1.4.2"
},
"source_files": [
"DTFLogger/*.{h,m}",
"DTFLogger/Model/*.{h,m}"
],
"public_header_files": [
"DTFLogger/DTFLoggerMessage.h",
"DTFLogger/DTFLogger.h"
],
"dependencies": {
"Realm": [
"0.96.3"
]
}
}