how to create private cocoapods compatible for all swift 3.x versions?

131 views Asked by At

I have created a private cocoapod in xcode 8.2(swift 3.0.2) using the tutorial as shown in the below link. https://guides.cocoapods.org/making/private-cocoapods.html

cocoapod created successfully but the pod is compatible for only swift 3.0.2. If I try to use the pod in swift 3.0 or 3.1 it is saying module is compiled in swift 3.0.2 cannot be imported in swift 3.0 or 3.1

IS there any solution to make the private pods compatible for all swift 3.x versions?

0

There are 0 answers