DianQK / TransitionTreasury

Easier way to push your viewController.
https://transitiontreasury.com
MIT License
2.09k stars 157 forks source link

swift 3 is not supported! #38

Closed baobao57 closed 7 years ago

baobao57 commented 7 years ago
2016-12-23 10 47 43

Excuse me, you recently have plan support swift 3?

DianQK commented 7 years ago

Hi I have updated for Swift 3 just now.

You can see tag 4.0.0

baobao57 commented 7 years ago

The current version of my cocoapods v1.1.1, but 'TransitionTreasury' i can only update to v3.1.0


2016-12-26 8 35 05
2016-12-26 8 37 45
2016-12-26 8 43 12
DianQK commented 7 years ago
$ pod 'Transitiontreasury', '~> 4.0'
DianQK commented 7 years ago

Please see this note:

as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default
baobao57 commented 7 years ago

But my problem is that this causes: pod 'Transitiontreasury', '~> 4.0' when i use like this code: pod 'Transitiontreasury'

I found only update to v3.1.0.

I believe that not only I happen this problem,your answer will not solve the problem.

behrank commented 7 years ago

need answer for this

behrank commented 7 years ago

i got the answer. clean your pod repo with pod repo remove master pod setup

then type pod 'TransitionTreasury', '~> 4.0.0' to your pod file and pod install should be ok.

i ve done wtih it