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)
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.
EventHorizon is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "EventHorizon"
Paulo Mendes, [email protected]
EventHorizon is available under the MIT license. See the LICENSE file for more info.