Hi all,
since Swift as language seems to have stabilise a bit and no _big changes_ have occurred
on the last Xcode releases, we thought it will be good to release an v1.0 port of our
push-sdk library for those that are interested in and staring a new project.
So, we have tagged and released the port on github[1] as well as on Cocoapods[2]. (If you
use Cocoapods you will need to ensure the ‘-pre’ release is installed that brings support
for Swift frameworks, but you know that right! :)
Our HelloWorld[3] and Contacts[4] quick-starts have also been ported, and have been
updated to the latest push-sdk release.
So go ahead give it a try and let us know what you think.
Enjoy!
-
Christos
[1]
https://github.com/aerogear/aerogear-ios-push/archive/1.0.0-swift.zip
[2]
http://cocoapods.org/?q=aerogear-push-swift
[3]
https://github.com/aerogear/aerogear-push-helloworld/tree/swift/ios-swift
[4]
https://github.com/aerogear/aerogear-push-quickstarts/tree/swift/client/c...