/EventHorizon

This is a library to fake a gps location on iOS

Primary LanguageObjective-CMIT LicenseMIT

EventHorizon

This is a library to fake a gps location on iOS

[![CI Status](http://img.shields.io/travis/Paulo Mendes/EventHorizon.svg?style=flat)](https://travis-ci.org/Paulo Mendes/EventHorizon) Version License Platform

Usage

To start EventHorizon in your app just do

[[EventHorizon instance] enable];

For now, your CLLocationManager will send update locations only when you call

- (void)fakeLocation:(CLLocation *)fakeLocation

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

Installation

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

pod "EventHorizon"

Author

Paulo Mendes, paulo.mendes87@gmail.com

License

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