LOGESH
LOGESH

Reputation: 21

Where can I download the twitterkit framework

I got the fabric framework through the fabric application. Even i tried to download the twitter kit framework on developer.twitter.com, nevertheless I couldn't get that framework. Anyone please ping your feed backs?

Thanks in advance.

Upvotes: 2

Views: 380

Answers (1)

Nhat Dinh
Nhat Dinh

Reputation: 3447

You should install twitter framework through CocoaPods

Add bellow framework to your pod file, and follow instruction in the link above:

pod 'Fabric'
pod 'TwitterKit'

Upvotes: 1

Related Questions