[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / c / a / DTFLogger / 1.5.0 / DTFLogger.podspec.json
blob7e369a313e4ae9a31bf1713c48839d99264ad1f6
2   "name": "DTFLogger",
3   "version": "1.5.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "iOS Library that utilizes Realm to store log messages",
12   "homepage": "https://github.com/darren102/DTFLogger",
13   "authors": {
14     "Darren Ferguson": "darren102@gmail.com"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/darren102/DTFLogger.git",
19     "branch": "master",
20     "tag": "1.5.0"
21   },
22   "source_files": [
23     "DTFLogger/*.{h,m}",
24     "DTFLogger/Model/*.{h,m}"
25   ],
26   "public_header_files": [
27     "DTFLogger/DTFLoggerMessage.h",
28     "DTFLogger/DTFLogger.h"
29   ],
30   "dependencies": {
31     "Realm": [
32       "0.97.0"
33     ]
34   }