Skip to content

Commit 51201d3

Browse files
committed
Merge pull request #652 from ParsePlatform/nlutsenko.readme
Add new platforms to README.
2 parents 1a38680 + 3fa5357 commit 51201d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parse SDK for iOS/OS X
1+
# Parse SDK for iOS/OS X/watchOS/tvOS
22

33
[![Build Status][build-status-svg]][build-status-link]
44
[![Coverage Status][coverage-status-svg]][coverage-status-link]
@@ -34,10 +34,10 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
3434

3535
# To pull in extra dependencies (Bolts and OCMock)
3636
git submodule update --init --recursive
37-
37+
3838
# To install all the gems
3939
bundle install
40-
40+
4141
# Build & Package the Frameworks
4242
rake package:frameworks
4343

@@ -71,22 +71,22 @@ Copyright (c) 2015-present, Parse, LLC.
7171
All rights reserved.
7272
7373
This source code is licensed under the BSD-style license found in the
74-
LICENSE file in the root directory of this source tree. An additional grant
74+
LICENSE file in the root directory of this source tree. An additional grant
7575
of patent rights can be found in the PATENTS file in the same directory.
7676
```
77-
77+
7878
[parse.com]: https://www.parse.com/products/ios
7979
[docs]: https://www.parse.com/docs/ios/guide
80-
[blog]: https://blog.parse.com/
80+
[blog]: https://blog.parse.com/
8181

8282
[parseui-link]: https://github.com/ParsePlatform/ParseUI-iOS
8383
[parsefacebookutils-link]: https://github.com/ParsePlatform/ParseFacebookUtils-iOS
8484
[parsetwitterutils-link]: https://github.com/ParsePlatform/ParseTwitterUtils-iOS
85-
85+
8686
[releases]: https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/releases
8787
[contributing]: https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
8888

89-
[bolts-framework]: https://github.com/BoltsFramework/Bolts-iOS
89+
[bolts-framework]: https://github.com/BoltsFramework/Bolts-iOS
9090
[ocmock-framework]: http://ocmock.org
9191

9292
[build-status-svg]: https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX.svg
@@ -101,7 +101,7 @@ of patent rights can be found in the PATENTS file in the same directory.
101101
[podspec-svg]: https://img.shields.io/cocoapods/v/Parse.svg
102102
[podspec-link]: https://cocoapods.org/pods/Parse
103103

104-
[platforms-svg]: https://img.shields.io/badge/platform-ios%20%7C%20osx-lightgrey.svg
104+
[platforms-svg]: http://img.shields.io/cocoapods/p/Parse.svg?style=flat
105105

106106
[dependencies-svg]: https://img.shields.io/badge/dependencies-2-yellowgreen.svg
107107
[dependencies-link]: https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/Vendor

0 commit comments

Comments
 (0)