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

target 'YX_BaseProject' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for YX_BaseProject

  target 'YX_BaseProjectTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'YX_BaseProjectUITests' do
    inherit! :search_paths
    # Pods for testing
  end
pod 'Masonry'
pod 'MJRefresh'
pod 'YYWebImage'
pod 'AFNetworking', '~> 3.0.4'

pod 'JSONModel', '~> 1.2.0'
end