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 | # Uncomment the next line to define a global platform for your project | ||
platform :ios, '11.0' | 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 | target '1Weather' do | ||
# Comment the next line if you don't want to use dynamic frameworks | shared_pods | ||
use_frameworks! | |||
# Pods for 1Weather | # Pods for 1Weather | ||
pod 'SnapKit' | pod 'SnapKit' | ||
pod 'BezierKit' | pod 'BezierKit' | ||
pod 'Localize-Swift' | |||
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 'XMLCoder', '~> 0.12.0' | ||
... | @@ -16,10 +29,6 @@ target '1Weather' do | ... | @@ -16,10 +29,6 @@ target '1Weather' do |
pod 'Flurry-iOS-SDK/FlurrySDK' | pod 'Flurry-iOS-SDK/FlurrySDK' | ||
pod 'MoEngage-iOS-SDK' | 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 | # Recommended: Add the Firebase pod for Google Analytics | ||
pod 'Firebase/Analytics' | pod 'Firebase/Analytics' | ||
pod 'Firebase/RemoteConfig' | pod 'Firebase/RemoteConfig' | ||
... | @@ -35,6 +44,11 @@ target '1Weather' do | ... | @@ -35,6 +44,11 @@ target '1Weather' do |
pod 'PKHUD', '~> 5.0' | pod 'PKHUD', '~> 5.0' | ||
end | end | ||
#Core | |||
target 'OneWeatherCore' do | |||
project 'OneWeatherCore/OneWeatherCore.project' | |||
shared_pods | |||
end | |||
target 'OneWeatherNotificationServiceExtension' do | target 'OneWeatherNotificationServiceExtension' do | ||
use_frameworks! | 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