Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

cheerz/eventshot

Repository files navigation

EventShot

Build Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

EventShot is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'EventShot'

Usage

import EventShot

func yourFunction() {
    let image = EventShot().image("Save my first screenshot!")
    // Or:
    EventShot().record("Save my second screenshot!")
}

License

EventShot is available under the MIT license. See the LICENSE file for more info.