Jeff Burt

Results 4 comments of Jeff Burt

The version in CocoaPods is an older version, as evident by the keyboard controls showing PREV and NEXT instead of the system arrows < and > in iOS 7.

@pcantrell when you get a free second, do you mind reviewing the changes here?

@delba do you mind taking a second pass at this when you get a free second?

As a workaround, add this to your Podfile: ```ruby pod 'SwiftyStringScore', :git => '[email protected]:yichizhang/SwiftyStringScore.git', :tag => '0.2.2' ``` The main downside being a locked version/no automatic updates when running `pod...