This is a library to fake a gps location on iOS
[](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 *)fakeLocationTo 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, paulo.mendes87@gmail.com
EventHorizon is available under the MIT license. See the LICENSE file for more info.