Skip to content

Commit

Permalink
Update Readme to include tvOS
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel M. Almeida <[email protected]>
  • Loading branch information
miguelcma committed Mar 17, 2016
1 parent 882e927 commit 3dbe864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ target 'ExampleApp WatchKit App' do
platform :watchos, '2.0'
pod 'Liquid'
end
target 'Example TV App' do
platform :tvos, '9.0'
pod 'Liquid'
end
```

## Start using Liquid
Expand Down

0 comments on commit 3dbe864

Please sign in to comment.