Announcing the CloudMine iOS SDK
Performing manual URL concatination sucks. Client-side caching and dealing with the implications of a lost network connection sucks. Having to manually break down model objects into their JSON representation sucks. For all these reasons, we are happy to announce that the first release of the CloudMine iOS SDK is available, and you no longer have to deal with any of that. Getting started with CloudMine couldn’t be easier. Just download the SDK, drop it into your project, and go. We even have a video walkthrough of how to add the framework to your XCode project (since XCode doesn’t make that as easy as it should be).
The SDK is also open source and licensed under the MIT license. Its full source and building instructions are available on the GitHub repository if you get the urge to hack on it yourself.
After adding the framework to XCode, get started by configuring CMAPICredentials and making your model objects extend CMObject. No more messing with Core Data! We have an overview of the SDK you should check out as well.
Walkthrough Requests
Is there something that you’d like to see explained in a short screencast? Drop us a line and let us know!