Objective-C and Swift code for use with the Instrumental logging service (instrumentalapp.com).
Swift implementation of a class used to send iOS app mobile analytics metrics to the Instrumental collector API. Relies on CocoaAsyncSocket for the socket communication.
You must add GCDAsyncSocket.h to your project's bridging header.
- Add support for the full Instrumental agent API.
- Make this a complete framework bundle.
- Make a CocoaPods podspec once CocoaPods supports Swift or mixed-language frameworks.