ApplikeySolutions / VegaScroll

↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
https://applikeysolutions.com
MIT License
2.94k stars 178 forks source link

CocoaPods issue #1

Closed olddonkey closed 7 years ago

olddonkey commented 7 years ago

Error during pod install

[!] No podspec found for VegaScrollFlowLayout in https://github.com/AppliKeySolutions/VegaScroll.git

AppliKey commented 7 years ago

Try: pod repo update

Please check if the platform in your Podfile compatible with the spec's minimum deployment target.

mifanj commented 7 years ago

我也遇到同样的问题,最后将podfile中的指向源地址的配置删了,改成pod 'VegaScrollFlowLayout', '~> 1.0',重新pod install 问题解决。希望能帮到你。

olddonkey commented 7 years ago

谢谢