To run the example project, clone the repo, and run pod install
from the Example directory first.
EventShot is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'EventShot'
import EventShot
func yourFunction() {
let image = EventShot().image("Save my first screenshot!")
// Or:
EventShot().record("Save my second screenshot!")
}
EventShot is available under the MIT license. See the LICENSE file for more info.