blob: aa664008fc50dce4a979228f3d2f00a153d11f25 [file] [log] [blame]
{
"name": "DTFLogger",
"version": "1.4.1",
"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.4.1"
},
"source_files": [
"DTFLogger/*.{h,m}",
"DTFLogger/Model/*.{h,m}"
],
"public_header_files": [
"DTFLogger/DTFLoggerMessage.h",
"DTFLogger/DTFLogger.h"
],
"dependencies": {
"Realm": [
"0.95.3"
]
}
}