Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 22, 2016
1 parent 5c48d79 commit fd0a995
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@ All documentation can be found in the [Documentation folder](./Documentation), i

use_frameworks!

def testing_pods
pod 'Quick'
pod 'Nimble'
end
target "MyApp" do
# Normal libraries

target 'MyTests' do
testing_pods
end
abstract_target 'Tests' do
inherit! :search_paths
target "MyAppTests"
target "MyAppUITests"

target 'MyUITests' do
testing_pods
pod 'Quick'
pod 'Nimble'
end
end
```

## Projects using Quick

Many apps use both Quick and Nimble however, as they are not included in the app binary, neither appear in “Top Used Libraries” blog posts. Therefore, it would be greatly appreciated to remind contributors that their efforts are valued by compiling a list of organizations and projects that use them.
Over ten-thousand apps use either Quick and Nimble however, as they are not included in the app binary, neither appear in “Top Used Libraries” blog posts. Therefore, it would be greatly appreciated to remind contributors that their efforts are valued by compiling a list of organizations and projects that use them.

Does your organization or project use Quick and Nimble? If yes, [please add your project to the list](https://github.com/Quick/Quick/wiki/Projects-using-Quick).

Expand Down

0 comments on commit fd0a995

Please sign in to comment.