blob: 80f152015ebbc740942bd1e7b5c5173c0844dc26 [file] [log] [blame]
{
"name": "DTFLogger",
"version": "1.3.4",
"platforms": {
"ios": "7.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.3.4"
},
"source_files": [
"DTFLogger/*.{h,m}",
"DTFLogger/Model/*.{h,m}"
],
"public_header_files": [
"DTFLogger/DTFLoggerMessage.h",
"DTFLogger/DTFLogger.h"
],
"dependencies": {
"Realm": [
"0.92.3"
]
}
}