Skip to content

Commit 35a7fe9

Browse files
authored
Update README.md
1 parent ff4913c commit 35a7fe9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Build Status CI](https://github.com/netreconlab/Parse-Swift/workflows/ci/badge.svg?branch=main)](https://github.com/netreconlab/Parse-Swift/actions?query=workflow%3Aci+branch%3Amain)
88
[![Build Status Release](https://github.com/netreconlab/Parse-Swift/workflows/release/badge.svg)](https://github.com/netreconlab/Parse-Swift/actions?query=workflow%3Arelease)
99
[![Coverage](https://codecov.io/gh/netreconlab/Parse-Swift/branch/main/graph/badge.svg)](https://codecov.io/gh/netreconlab/Parse-Swift/branches)
10+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/403b74d0f2514e288b0a1b2e52b6d841)](https://www.codacy.com/gh/netreconlab/Parse-Swift/dashboard?utm_source=github.com&utm_medium=referral&utm_content=netreconlab/Parse-Swift&utm_campaign=Badge_Grade)
1011
[![Carthage](https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat)](https://github.com/carthage/carthage)
11-
[![Pod](https://img.shields.io/cocoapods/v/ParseSwiftOG.svg)](https://cocoapods.org/pods/ParseSwiftOG)
1212
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)][license-link]
1313

1414
[![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnetreconlab%2FParse-Swift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/netreconlab/Parse-Swift)
@@ -35,6 +35,7 @@ This repo is maintained by [Corey E. Baker](https://github.com/cbaker6), [1 of 2
3535
- [<a name="why-parse-swift"></a> Why use Parse-Swift<sup>OG</sup> from NetReconLab?](#-why-use-parse-swift-from-netreconlab)
3636
- [Installation](#installation)
3737
- [Swift Package Manager](#swift-package-manager)
38+
- [CocoaPods](#cocoapods)
3839
- [Carthage](#carthage)
3940
- [Example Apps and Frameworks](#example-apps-and-frameworks)
4041
- [Usage Guide](#usage-guide)
@@ -69,6 +70,14 @@ You can also install using SPM in your Xcode project by going to
6970
"Project->NameOfYourProject->Swift Packages" and placing `https://github.com/netreconlab/Parse-Swift.git` in the
7071
search field.
7172

73+
### [CocoaPods](https://cocoapods.org)
74+
75+
Add the following line to your Podfile:
76+
77+
```ruby
78+
pod 'ParseSwift', :git => 'https://github.com/netreconlab/Parse-Swift.git', :branch => 'main'
79+
```
80+
7281
### [Carthage](https://github.com/carthage/carthage)
7382

7483
Add the following line to your Cartfile:

0 commit comments

Comments
 (0)