Podfile 104 B

123456
  1. platform :osx, '10.12'
  2. inhibit_all_warnings!
  3. target 'QQPlugin' do
  4. pod 'GCDWebServer', '~> 3.4.2'
  5. end