PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

!!! This cocopaods does not support swift 4.2. Demo is not working. #95

Closed rlam3 closed 5 years ago

rlam3 commented 5 years ago

Demo is not working. What version of cocoapods player is supposed to work?

Thank you.

screen shot 2019-01-08 at 9 59 02 am
hechen commented 5 years ago

you can just set specific swift version like this in the local .podspec.

s.swift_version = '4.0'

PaoloCuscela commented 5 years ago

100