PAPasscode: use the pod instead of individual files and added error handling
Showing
... | ... | @@ -15,6 +15,7 @@ pod 'XKKeychain', '~>1.0' |
pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added | ||
pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes | ||
pod 'RESideMenu', '~>4.0.7' | ||
pod 'PAPasscode', '~>1.0' | ||
pod 'GoogleAPIClient/Drive' | ||
pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v' | ||
pod 'VLC-WhiteRaccoon' | ||
... | ... | @@ -36,6 +37,7 @@ pod 'XKKeychain', '~>1.0' |
pod 'box-ios-sdk-v2', :git => 'git://github.com/fkuehne/box-ios-sdk-v2.git' #has a logout function added | ||
pod 'CocoaHTTPServer', :git => 'git://github.com/fkuehne/CocoaHTTPServer.git' # has our fixes | ||
pod 'RESideMenu', '~>4.0.7' | ||
pod 'PAPasscode', '~>1.0' | ||
pod 'GoogleAPIClient/Drive' | ||
pod 'VLC-LXReorderableCollectionViewFlowLayout', '0.1.3v' | ||
pod 'VLC-WhiteRaccoon' | ||
... | ... |