Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #146 from bignerdranch/mattmatt/update-readme-ios7
Browse files Browse the repository at this point in the history
Updates README to reflect reality of iOS 7
  • Loading branch information
mdmathias committed Mar 9, 2016
2 parents 99c4386 + 7d3ee4c commit fae3cae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ let package = Package(
)
```

### iOS 7

If you would like to use Freddy with iOS 7, then you will need to copy Freddy's source files into your project.
Embedded frameworks are only supported in iOS 8+.
You can add Freddy as a submodule (see above), and then make sure to add the source files to your project.

## Setting Breakpoint Errors

It can be helpful to set breakpoints for errors when you start working with a new set of JSON.
Expand Down

0 comments on commit fae3cae

Please sign in to comment.