Carthage compatible Version Platform Build Status Language Packagist

CallStackParser

A swift library to parse call stack symbol supporting iOS, tvOS, watchOS, and macOS.

Requirements

CallStackParser supports multiple platforms

  • iOS 9.0 or later
  • macOS 10.10 or later
  • tvOS 9.0 or later
  • watchOS 2.0 or later
  • Swift 4.2

Installation

Carthage

Add the following to your Cartfile and follow these instructions.

github "gumob/CallStackParser"

CocoaPods

To integrate CallStackParser into your project, add the following to your Podfile.

platform :ios, '9.3'
use_frameworks!

pod 'CallStackParser'

Usage

Read the API reference for detailed information.

Synchronous and asynchronous request

Get the size of an image synchronously:

import CallStackParser

Get the size of an image asynchronously:

import CallStackParser


CallStackParser is released under MIT license, which means you can modify it, redistribute it or use it however you like.