blakewatters / TransitionKit

An Objective-C library for elegantly implementing state machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Spec in CocoaPods

stoprocent opened this issue · comments

There is missing spec for transitionkit in cocoapods :(

shell> pod search transitionkit

-> TransitionKit (2.1.1)
   A block-based State Machine API for Objective-C.
   pod 'TransitionKit', '~> 2.1.1'
   - Homepage: https://github.com/blakewatters/TransitionKit
   - Source:   https://github.com/blakewatters/TransitionKit.git
   - Versions: 2.1.1, 2.1.0, 2.0.0, 1.1.1, 1.1.0, 1.0.0 [master repo]

The spec is there. Maybe you need to run pod repo update to refresh your local cache of specs?