Podfile 355 B

1234567891011121314
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '8.0'
  3. # Uncomment this line if you're using Swift
  4. use_frameworks!
  5. target 'Speech' do
  6. pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf.git', :tag => '0.9.24'
  7. pod 'SwiftGRPC', git: 'https://github.com/grpc/grpc-swift.git' #, :tag => '0.1.0'
  8. end