1
- # Parse SDK for iOS/OS X
1
+ # Parse SDK for iOS/OS X/watchOS/tvOS
2
2
3
3
[ ![ Build Status] [ build-status-svg ]] [ build-status-link ]
4
4
[ ![ 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
34
34
35
35
# To pull in extra dependencies (Bolts and OCMock)
36
36
git submodule update --init --recursive
37
-
37
+
38
38
# To install all the gems
39
39
bundle install
40
-
40
+
41
41
# Build & Package the Frameworks
42
42
rake package:frameworks
43
43
@@ -71,22 +71,22 @@ Copyright (c) 2015-present, Parse, LLC.
71
71
All rights reserved.
72
72
73
73
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
75
75
of patent rights can be found in the PATENTS file in the same directory.
76
76
```
77
-
77
+
78
78
[ parse.com ] : https://www.parse.com/products/ios
79
79
[ docs ] : https://www.parse.com/docs/ios/guide
80
- [ blog] : https://blog.parse.com/
80
+ [ blog ] : https://blog.parse.com/
81
81
82
82
[ parseui-link ] : https://github.com/ParsePlatform/ParseUI-iOS
83
83
[ parsefacebookutils-link ] : https://github.com/ParsePlatform/ParseFacebookUtils-iOS
84
84
[ parsetwitterutils-link ] : https://github.com/ParsePlatform/ParseTwitterUtils-iOS
85
-
85
+
86
86
[ releases ] : https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/releases
87
87
[ contributing ] : https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
88
88
89
- [ bolts-framework] : https://github.com/BoltsFramework/Bolts-iOS
89
+ [ bolts-framework ] : https://github.com/BoltsFramework/Bolts-iOS
90
90
[ ocmock-framework ] : http://ocmock.org
91
91
92
92
[ 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.
101
101
[ podspec-svg ] : https://img.shields.io/cocoapods/v/Parse.svg
102
102
[ podspec-link ] : https://cocoapods.org/pods/Parse
103
103
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
105
105
106
106
[ dependencies-svg ] : https://img.shields.io/badge/dependencies-2-yellowgreen.svg
107
107
[ dependencies-link ] : https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/Vendor
0 commit comments