Skip to content

Instantly share code, notes, and snippets.

@pawanline
Last active December 27, 2019 05:20
Show Gist options
  • Save pawanline/86d8018ee2061074aaeeacfc5a0b9179 to your computer and use it in GitHub Desktop.
Save pawanline/86d8018ee2061074aaeeacfc5a0b9179 to your computer and use it in GitHub Desktop.
KMLAFWeatherMap pod file
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'KMLAFweatherMap' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for KMLAFweatherMap
pod 'AerisWeather'
pod 'AerisWeather/Maps'
target 'KMLAFweatherMapTests' do
inherit! :search_paths
# Pods for testing
end
target 'KMLAFweatherMapUITests' do
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment