timdonnelly / Advance

Physics-based animations for iOS, tvOS, and macOS.

Home Page:http://timdonnelly.github.io/Advance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a Swfit 3.0 version?

iCodist opened this issue · comments

Is there a Swfit 3.0 version?

There are actually a few swift3 forks available. See:
https://github.com/steadicat/Advance/network

To use them, for pod, just specify the git location, e.g.
pod 'Advance', :git => 'https://github.com/steadicat/Advance.git' #swift3 fork for Advance

It is still the best if the main project get updated.

Alright, I went ahead and created a pull request for Swift 3 support (#18). @joeldev or @timdonnelly, you there? :)

@timdonnelly I don't see version 0.9.2 on Cocoapods although the podspec file is up to date, did you forgot to update it on https://github.com/CocoaPods/Specs ?

Cocoapods is still on 0.9.1, can you update?