Created
July 16, 2016 13:27
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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