source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' def common_pods pod 'AFNetworking' pod 'SDWebImage' pod 'Masonry' pod 'WebViewJavascriptBridge' pod 'IQKeyboardManager' pod 'ReactiveCocoa',:git => 'https://github.com/zhao0/ReactiveCocoa.git', :tag => '2.5.2' pod 'SVProgressHUD' pod 'YYText' pod 'YYModel' end target 'jsgzdemo' do common_pods end