Skip to content

GlobalTechnology/cocoapods-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Global Technology CococaPods Specs

Install CocoaPods and add GlobalTechnology repo

sudo gem install cocoapods
pod setup
pod repo add globaltechnology https://github.com/GlobalTechnology/cocoapods-specs.git

Use GlobalTechnology Pods in project Podfile

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.

About

GlobalTechnology specific Cocoa Pods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages