Skip to content

Commit 85b835a

Browse files
committed
Merge branch 'release/PR-2.0'
2 parents 392867f + 321a5db commit 85b835a

File tree

581 files changed

+10646
-21229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

581 files changed

+10646
-21229
lines changed

Podfile

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
platform :ios, '11.0'
1+
platform :ios, '12.0'
22
use_frameworks!
33

44
def shared_pods
55
pod 'GooglePlaces', '~> 2.7'
6-
pod 'ReachabilitySwift', '~> 4.2'
6+
pod 'ReachabilitySwift'
7+
pod 'RealmSwift'
8+
pod 'SearchTextField', '1.2.4'
79
end
810

911
# Pods for App
10-
target 'Swifty Forecast' do
12+
target 'SwiftyForecast' do
1113
shared_pods
1214
end
1315

1416
# Pods for App's extension
15-
target 'Swifty Forecast Widget' do
17+
target 'SwiftyForecast Widget' do
1618
shared_pods
1719
end

Podfile.lock

-24
This file was deleted.
Binary file not shown.

Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/Headers/GMSCompatabilityMacros.h

-17
This file was deleted.

Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/Headers/GMSCoordinateBounds.h

-75
This file was deleted.

Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/Headers/GMSDeprecationMacros.h

-22
This file was deleted.

Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/Headers/GoogleMapsBase.h

-3
This file was deleted.

Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/Modules/module.modulemap

-8
This file was deleted.

Pods/GoogleMaps/README.md

-88
This file was deleted.

Pods/GooglePlaces/CHANGELOG

-101
This file was deleted.

0 commit comments

Comments
 (0)