Fnished Core. Integrating WDTWeatherSource.
Showing
... | ... | @@ -24,7 +24,6 @@ target '1Weather' do |
pod 'BezierKit' | ||
pod 'lottie-ios' | ||
pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
pod 'AlgoliaSearchClient', '~> 8.2' | ||
pod 'Flurry-iOS-SDK/FlurrySDK' | ||
pod 'MoEngage-iOS-SDK' | ||
... | ... | @@ -47,9 +46,16 @@ end |
#Core | ||
target 'OneWeatherCore' do | ||
project 'OneWeatherCore/OneWeatherCore.project' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
shared_pods | ||
end | ||
#WDTSource | ||
target 'WDTWeatherSource' do | ||
project 'WDTWeatherSource/WDTWeatherSource.project' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
end | ||
target 'OneWeatherNotificationServiceExtension' do | ||
use_frameworks! | ||
pod 'MORichNotification' | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
WDTWeatherSource/WDTWeatherSource/Info.plist
0 → 100644
File moved
Please
register
or
sign in
to comment