Fnished Core. Integrating WDTWeatherSource.
Showing
... | @@ -24,7 +24,6 @@ target '1Weather' do | ... | @@ -24,7 +24,6 @@ target '1Weather' do |
pod 'BezierKit' | pod 'BezierKit' | ||
pod 'lottie-ios' | pod 'lottie-ios' | ||
pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | ||
pod 'XMLCoder', '~> 0.12.0' | |||
pod 'AlgoliaSearchClient', '~> 8.2' | pod 'AlgoliaSearchClient', '~> 8.2' | ||
pod 'Flurry-iOS-SDK/FlurrySDK' | pod 'Flurry-iOS-SDK/FlurrySDK' | ||
pod 'MoEngage-iOS-SDK' | pod 'MoEngage-iOS-SDK' | ||
... | @@ -47,9 +46,16 @@ end | ... | @@ -47,9 +46,16 @@ end |
#Core | #Core | ||
target 'OneWeatherCore' do | target 'OneWeatherCore' do | ||
project 'OneWeatherCore/OneWeatherCore.project' | project 'OneWeatherCore/OneWeatherCore.project' | ||
pod 'XMLCoder', '~> 0.12.0' | |||
shared_pods | shared_pods | ||
end | end | ||
#WDTSource | |||
target 'WDTWeatherSource' do | |||
project 'WDTWeatherSource/WDTWeatherSource.project' | |||
pod 'XMLCoder', '~> 0.12.0' | |||
end | |||
target 'OneWeatherNotificationServiceExtension' do | target 'OneWeatherNotificationServiceExtension' do | ||
use_frameworks! | use_frameworks! | ||
pod 'MORichNotification' | 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