Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

How To Specify Version In CocoaPods? #48

Closed
charlieporth1 opened this issue Aug 15, 2017 · 2 comments
Closed

How To Specify Version In CocoaPods? #48

charlieporth1 opened this issue Aug 15, 2017 · 2 comments
Labels

Comments

@charlieporth1
Copy link

How would I pull a different version (Version 1.5.5) from cocoapods I want to know because 8.3.3 xcode doesn't support swift 4 and thats the version where swift 3 is still supported

@luispadron
Copy link
Owner

luispadron commented Aug 15, 2017

UICircularProgressRing should work with both Swift 3 and Swift 4. I have tested version 1.7.0 with Xcode 8 and everything is working correctly. Could you post your podfile?

For a specific version you can do: pod 'UICircularProgressRing', '1.5.5'

From cocoapods:

> 0.1 Any version higher than 0.1
>= 0.1 Version 0.1 and any higher version
< 0.1 Any version lower than 0.1
<= 0.1 Version 0.1 and any lower version

@luispadron luispadron changed the title How would I pull a different version (Version 1.5.5) from cocoapods... How To Specify Version In CocoaPods? Aug 15, 2017
@luispadron
Copy link
Owner

Glad you got it working, I'm closing this issue.

This isn't the appropriate place to help you with that, however, If you want you can shoot me an email at heyluispadron@gmail.com with your project and I can take a look at it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants