Looks like that mostly failed because Travis still doesn't support Swift 2.0 wasn't being told to use XCode 7 in the .travis.yml file...
Cloning @piercifani's branch, I can confirm the example project builds and runs fine. Trying to build the framework target in isolation fails for me due to screwy build settings to do with the pods and the (non-existent) tests for the framework, but it's not hard to fix.
Oh and the tests in the example project fail because the system font and navigation bar background have changed - that's another topic for another time.
Looks like that mostly failed because Travis
still doesn't support Swift 2.0wasn't being told to use XCode 7 in the .travis.yml file...Cloning @piercifani's branch, I can confirm the example project builds and runs fine. Trying to build the framework target in isolation fails for me due to screwy build settings to do with the pods and the (non-existent) tests for the framework, but it's not hard to fix.
Oh and the tests in the example project fail because the system font and navigation bar background have changed - that's another topic for another time.
Fresh pull request inbound :)