podfile 374 Bytes
Newer Older
nature's avatar
nature committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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