-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7,365 changed files
with
1,063,768 additions
and
193,198 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ xcuserdata/ | |
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
||
GoogleService-Info.plist | ||
|
||
## Cocoapods | ||
##Pods/ |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,11 @@ | ||
#Uncomment this line to define a global platform for your project | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'berkeleyMobileiOS' do | ||
# Comment this line if you're not using Swift and don't want to use dynamic frameworks | ||
target 'berkeley-mobile' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for berkeleyMobileiOS | ||
pod 'Alamofire', '~> 4.0' | ||
pod 'Material', '~> 2.0' | ||
pod 'SwiftyJSON' | ||
pod 'GoogleMaps' | ||
pod 'GooglePlaces' | ||
pod 'Firebase/Core' | ||
pod 'GooglePlacePicker' | ||
pod 'DropDown' | ||
pod 'SDWebImage', '~>3.8' | ||
pod 'Fabric', '~> 1.7.2' | ||
pod 'Crashlytics', '~> 3.9.3' | ||
pod 'KCFloatingActionButton' | ||
pod ‘ExpandingMenu’, :git => ’https://github.com/monoqlo/ExpandingMenu.git', :commit => ‘6ce67f9049756f6714fa34e82aef49eb6b888423' | ||
pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'master', submodules: true | ||
# Pods for berkeley-mobile | ||
pod 'Firebase/Core' | ||
pod 'Firebase/Firestore' | ||
end |
Oops, something went wrong.