Closed milanivarni closed 7 years ago
change your version to 4.0.4:
pod 'Transitiontreasury', '~> 4.0'
pod 'Transitiontreasury', '~> 4.0' Currently not available.
see note:
as of CocoaPods 1.0, pod repo update
does not happen on pod install
by default.
$ pod repo update
$ pod install
I solved the problem. I'm completely uninstalled cocoapods
,After reinstalling cocoapods
.Run thepod install
again, the installation success!
I think this is cocoapods problems caused by the old component.
@DianQK Is there Objective-C Support?
Xcode 8.0 Swift 3.0
I integrated pods in my project as,
pod 'TransitionTreasury', '~> 3.0.4' pod 'TransitionAnimation'
@DianQK Help me out from this.