Closed willowcheng closed 9 years ago
Hi,
I'm impressive with this effect and found the Swift 2.0 branch which can run the example. However, the current pod "LiquidLoader" is not for Swift 2.0. Is there any way I can use it?
pod "LiquidLoader"
You can specify git branch.
pod "LiquidLoader", :git => 'https://github.com/yoavlt/LiquidLoader.git', :branch => 'swift-2.0'
https://guides.cocoapods.org/using/the-podfile.html
Hi,
I'm impressive with this effect and found the Swift 2.0 branch which can run the example. However, the current
pod "LiquidLoader"
is not for Swift 2.0. Is there any way I can use it?