CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jan 2016 |
Maintained by Madao.
| Depends on: | |
| RoutingHTTPServer | ~> 1.0 |
| PocketSocket | ~> 0.6.4 |
LOK can analyze all your request with a single line code.
[[LOKServer shareServer] setServerStart:YES]; To integrate LOK into your Xcode project using CocoaPods, specify it in your Podfile:
group :development do
gem "LOK"
endThen, run the following command:
$ pod install[[LOKServer shareServer] setServerStart:YES];The default port is 12345. You can also customize the port number:
[[LOKServer shareServer] setServerStartWithPort:`<#(NSInteger)#>`]If you are using the emulator, you can access the monitoring at http://localhost:12345.
When the app launches, the url will be copied to the pasteboard.
If you're using LOK, I'd love to hear from you. Drop me a line and tell me what you think!
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)