blob: c4c8bbb40c611b3a5ee2bb0b2dc2f1073e8f179b [file] [log] [blame]
{
"name": "PEAppTransaction-Logger",
"version": "1.0.1",
"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.1"
},
"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.1"
],
"PEHateoas-Client": [
"~> 1.0.1"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}