sudo gem install cocoapods
pod setup
pod repo add globaltechnology https://github.com/GlobalTechnology/cocoapods-specs.git
platform :ios, '7.0'
inhibit_all_warnings!
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/GlobalTechnology/cocoapods-specs.git'
pod 'TheKeyOAuth2', '0.5.3'
Cocoa Pods now require sources to be provided (apparantly) for all repo sources.