From 1e22a00a523df61feccda7d5ecf8ca280115aff4 Mon Sep 17 00:00:00 2001 From: Sergey Zenchenko Date: Wed, 5 Sep 2018 13:08:39 +0300 Subject: [PATCH] Add AppSpector --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b78c0c4..a429109 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by * [Swell](https://github.com/hubertr/Swell) - A logging utility for Swift and Objective C. * [Log](https://github.com/delba/Log) - A logging tool with built-in themes, formatters, and a nice API to define your owns. * [NSLogger](https://github.com/fpillet/NSLogger) - A high perfomance logging utility which displays traces emitted by client applications running on Mac OS X, iOS and Android. +* [AppSpector](https://appspector.com) - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location. ## Command Line *Libraries for creating command line applications.*