# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'NetRainMVVMProject' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for NetRainMVVMProject
    pod 'Reachability', '~> 3.2'
    pod 'AFNetworking', '~> 3.0.4'
    pod 'MJRefresh', '~> 3.1.0'
    pod 'SDWebImage', '~> 3.7.5'
    pod 'Masonry', '~> 0.6.4'
    pod 'JSONKit', '~> 1.5pre'
    pod 'ReactiveCocoa', '~> 2.5'
  target 'NetRainMVVMProjectTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'NetRainMVVMProjectUITests' do
    # Pods for testing
  end

end
