OneWeaterCore integration
Showing
File moved
OneWeatherCore/OneWeatherCore/Info.plist
0 → 100644
File moved
# Uncomment the next line to define a global platform for your project | ||
platform :ios, '11.0' | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
workspace '1Weather' | ||
#Shared pods | ||
def shared_pods | ||
pod 'Localize-Swift' | ||
pod 'Firebase/Crashlytics' | ||
pod 'GoogleUtilities' | ||
# If updating the podspec, make sure to add a tag and push it to origin | ||
pod 'Swarm', :git => 'git@gitlab.pinsightmedia.com:oneweather/wdt-skywisetilekit-ios.git', :branch => 'develop' | ||
end | ||
#Application | ||
target '1Weather' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
shared_pods | ||
# Pods for 1Weather | ||
pod 'SnapKit' | ||
pod 'BezierKit' | ||
pod 'Localize-Swift' | ||
pod 'lottie-ios' | ||
pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | ||
pod 'XMLCoder', '~> 0.12.0' | ||
... | ... | @@ -16,10 +29,6 @@ target '1Weather' do |
pod 'Flurry-iOS-SDK/FlurrySDK' | ||
pod 'MoEngage-iOS-SDK' | ||
# If updating the podspec, make sure to add a tag and push it to origin | ||
pod 'Swarm', :git => 'git@gitlab.pinsightmedia.com:oneweather/wdt-skywisetilekit-ios.git', :branch => 'develop' | ||
pod 'Firebase/Crashlytics' | ||
# Recommended: Add the Firebase pod for Google Analytics | ||
pod 'Firebase/Analytics' | ||
pod 'Firebase/RemoteConfig' | ||
... | ... | @@ -35,6 +44,11 @@ target '1Weather' do |
pod 'PKHUD', '~> 5.0' | ||
end | ||
#Core | ||
target 'OneWeatherCore' do | ||
project 'OneWeatherCore/OneWeatherCore.project' | ||
shared_pods | ||
end | ||
target 'OneWeatherNotificationServiceExtension' do | ||
use_frameworks! | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment