ReactKit / SwiftTask

Promise + progress + pause + cancel + retry for Swift.
MIT License
1.94k stars 176 forks source link

Swift 4.1 support? #89

Open mylemans opened 6 years ago

mylemans commented 6 years ago

I tried both Carthage and Pod and both failed to compile in the end.

Is there support yet for Swift 4.1 or when is it planned?

agcmdl commented 5 years ago

I were able to install it like this: pod "SwiftTask", :git => 'https://github.com/ReactKit/SwiftTask.git', :branch => 'swift/4.0' However, i don't know if n how it works yet