[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / 6 / PEAppTransaction-Logger / 1.0.1 / PEAppTransaction-Logger.podspec.json
blobc4c8bbb40c611b3a5ee2bb0b2dc2f1073e8f179b
2   "name": "PEAppTransaction-Logger",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A library for logging application transactions to be persisted to a remote store.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEAppTransaction-Logger",
10   "source": {
11     "git": "https://github.com/evanspa/PEAppTransaction-Logger.git",
12     "tag": "PEAppTransaction-Logger-v1.0.1"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.5"
24     ],
25     "PEObjc-Commons": [
26       "~> 1.0.1"
27     ],
28     "PEHateoas-Client": [
29       "~> 1.0.1"
30     ],
31     "CocoaLumberjack": [
32       "~> 1.9"
33     ]
34   }