Skip to content

Commit c2d8e7a

Browse files
committed
update readme with information about cocoapod subspecs
1 parent 69ac6a0 commit c2d8e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pippin is a collection of utilities to quickly prototype iOS apps and simplify w
1010

1111
## Code
1212

13-
Pippin is split up into some top-level components: Core, Extensions and CanIHaz. The separate PippinTesting delivers tools to work with XCTest.
13+
Pippin is split up into some top-level components: Core, Extensions, Sensors and CanIHaz; these are organized under the `Core` and `Adapters` subspecs. The separate PippinTesting delivers tools to work with XCTest.
1414

1515
### Core
1616

@@ -38,7 +38,7 @@ Pippin is designed to immediately abstract and handle the major components that
3838

3939
#### Adapters
4040

41-
These may have concrete objects implementing the functionality directly, or if there is already a great 3rd party doing the job well, provide an Adapter implementation to that dependency. The following adapters for third-party frameworks are currently available:
41+
These may have concrete objects implementing the functionality directly, or if there is already a great 3rd party doing the job well, provide an Adapter implementation to that dependency. Each Adapter has a separate CocoaPods subspec (or should–some still are in Core; this will be straightened out more when multiple implementations may be chosen from). The following adapters for third-party frameworks are currently available:
4242

4343
- Alerter: [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages)
4444
- BugReporter: [PinpointKit](https://github.com/Lickability/PinpointKit)

0 commit comments

Comments
 (0)