Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Podfile example in README.md doesn't match what is generated #774

@brandtdaniels

Description

@brandtdaniels

It should be updated to something like this:

use_frameworks!

target 'MyApp_Example' do
  pod 'MyApp', :path => '../'

  target 'MyApp_Tests' do
    inherit! :search_paths

    pod 'Quick', '~> 1.2.0'
    pod 'Nimble', '~> 7.0.2'
  end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions