Podfile 184 B

123456789101112
  1. # Uncomment this line if you're using Swift
  2. use_frameworks!
  3. platform :ios, '9.0'
  4. target 'NaturalLanguage' do
  5. pod 'SwiftGRPC'
  6. end
  7. post_install do |installer|
  8. %x[ './RUNME' ]
  9. end