Skip to content

Instantly share code, notes, and snippets.

@michaelochs
Created July 16, 2016 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelochs/2b2d616f2322fa04db80b5f0ac1bb7d9 to your computer and use it in GitHub Desktop.
Save michaelochs/2b2d616f2322fa04db80b5f0ac1bb7d9 to your computer and use it in GitHub Desktop.
A pod file that doesn't seem to work on CocoaPods 1.0 anymore
use_frameworks!
pod 'CocoaLumberjack', '~> 2.0'
pod 'HRSCustomErrorHandling', :git => 'https://github.com/Hotel-Reservation-Service/HRSCustomErrorHandling.git', :commit => 'c4aa9fa7f670bb9b6e737893d94031bbbf335d29' #'~> 0.2'
pod 'Aspects', '~> 1.4'
pod 'BCFoundation', :path => '../../BCComponents'
pod 'BCInterface', :path => '../../BCComponents'
pod 'TFFoundation', :path => '../TFFoundation'
pod 'TFInterface', :path => '../TFInterface'
pod 'TFData', :path => '../TFData'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment