Podfile 828 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'

pod 'DateTools'
pod 'ReactiveCocoa', '~> 2.5'
pod 'MagicalRecord','~> 2.3.0'

pod 'MBProgressHUD'
pod 'MJRefresh'
pod 'MWPhotoBrowser', '~> 2.1.2'
pod 'MSWeakTimer'

pod 'SDCycleScrollView'
pod 'SocketRocket'
pod 'RealReachability'
pod 'YYModel'
pod 'YYText'
pod 'Toast'
end