terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

please update your cocoapods #74

Closed KatkayApps closed 9 years ago

KatkayApps commented 9 years ago

Please update your cocoapods.org implementation. It is downloading the old version of this class. thanks.

terryworona commented 9 years ago

The cocoapods repository is up to date: https://cocoapods.org/pods/TWMessageBarManager

The latest version is v1.7.2

I created a shell project to test this with the following podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'TWMessageBarManager'

Installation was successful:

Analyzing dependencies
CocoaPods 0.36.3 is available.
To update use: `gem install cocoapods`
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
Downloading dependencies
Installing TWMessageBarManager (1.7.2)
Generating Pods project
Integrating client project