trifl / Chirp

The easiest way to prepare, play, and remove sounds in your Swift app!
http://www.trifl.co
MIT License
307 stars 22 forks source link

Swift 3.0 support #8

Open andreamazz opened 8 years ago

andreamazz commented 8 years ago

Hi. This PR adds support for Swift 3, see #7 The project and test suit were also updated. Please note that the syntax changes slightly, as reflected in the README. If you want to keep the old syntax we can change the lib to use the option first parameter label.

I would suggest a full version bump for this release (so, 2.0.0), to help late adopters. As for CocoaPods, I suggest using version 1.1.0rc2. You'll find a new file in the repo, called .swift-version that specifies the 3.0 compatibility, and will be used by CP during the trunk push.

Let me know what you think.