Setting Up Your Cocoapods Libraries
target 'SimpleWeather' do pod 'Mantle', '~> 1.3.1' pod 'LBBlurredImage', '~> 0.1.0' pod 'TSMessages', '~> 0.9.4' pod 'ReactiveCocoa', '~> 2.1.7' end
open SimpleWeather.xcworkspace/
target 'SimpleWeather' do pod 'Mantle', '~> 1.3.1' pod 'LBBlurredImage', '~> 0.1.0' pod 'TSMessages', '~> 0.9.4' pod 'ReactiveCocoa', '~> 2.1.7' end
open SimpleWeather.xcworkspace/