blob: 60b9a023c54a6daf68796de89f8fa23e2e910735 [file] [log] [blame]
{
"name": "PEAppTransaction-Logger",
"version": "1.0.0",
"license": "MIT",
"summary": "A library for logging application transactions to be persisted to a remote store.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEAppTransaction-Logger",
"source": {
"git": "https://github.com/evanspa/PEAppTransaction-Logger.git",
"tag": "PEAppTransaction-Logger-v1.0.0"
},
"platforms": {
"ios": "8.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
],
"PEObjc-Commons": [
"~> 1.0.0"
],
"PEHateoas-Client": [
"~> 1.0.0"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}