IntentKit v0.2.0 Release Notes

  • 💥 BREAKING CHANGE MWOpenInKit is now called IntentKit!

    If you were previously using MWOpenInKit, the interface is the same, except everything has been renamed. Specifically:

    • The pod name is now "IntentKit"
    • The header file containing all includes is now IntentKit.h
    • The class prefix for all files is now "INK" (e.g. INKMapsHandler instead of MWMapsHandler
    • The git/GitHub repo is now located at https://github.com/intentkit/IntentKit[.git].
    • There is a landing page at http://intentkit.github.io

    🛠 ###### Bug Fixes