Reputation: 21
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
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