Skip to content

Commit 8cb8856

Browse files
authored
Removed installation Cocoapods and Carthage
1 parent 8a2bf28 commit 8cb8856

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ class ViewController: UIViewController {
6161

6262
## Installation
6363

64-
### [CocoaPods](https://cocoapods.org)
65-
66-
```ruby
67-
target '<Your Target Name>' do
68-
pod 'DataLife'
69-
end
70-
```
71-
72-
After run
73-
```bash
74-
$ pod install
75-
```
76-
7764
### [Swift Package Manager (SPM)](https://swift.org/package-manager)
7865

7966
```swift
@@ -82,12 +69,6 @@ dependencies: [
8269
]
8370
```
8471

85-
### [Carthage](https://github.com/Carthage/Carthage)
86-
87-
```
88-
github "heroesofcode/DataLife"
89-
```
90-
9172
## Contributing
9273

9374
To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.

0 commit comments

Comments
 (0)