Skip to content

Commit 24325aa

Browse files
ivanvorobeiclaude
andcommitted
Clean up project meta
Remove .github templates, CODE_OF_CONDUCT, CONTRIBUTING, and CocoaPods podspec. Simplify README to match sparrowcode style. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b234138 commit 24325aa

File tree

8 files changed

+1
-230
lines changed

8 files changed

+1
-230
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,10 @@
22

33
Collection of Swift-extensions to boost development process.
44

5-
### iOS Dev Community
6-
7-
<p float="left">
8-
<a href="https://twitter.com/i/communities/1730194338489987403">
9-
<img src="https://cdn.sparrowcode.io/github/badges/x-community.png?version=1" height="52">
10-
</a>
11-
</p>
12-
135
## Installation
146

15-
Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+.
16-
17-
### Swift Package Manager
18-
19-
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap *Plus*. Insert url:
7+
In Xcode: File → Add Package Dependencies → paste URL:
208

219
```
2210
https://github.com/sparrowcode/SwiftBoost
2311
```
24-
25-
or adding it to the `dependencies` of your `Package.swift`:
26-
27-
```swift
28-
dependencies: [
29-
.package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.8"))
30-
]
31-
```
32-
33-
### CocoaPods:
34-
35-
This is an outdated way of doing things. I advise you to use [SPM](#swift-package-manager). However, I will continue to support Cocoapods for some time.
36-
37-
<details><summary>Cocoapods Instalation</summary>
38-
39-
[CocoaPods](https://cocoapods.org) is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
40-
41-
```ruby
42-
pod 'SwiftBoost'
43-
```
44-
</details>
45-
46-
### Manually
47-
48-
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SwiftBoost` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.

SwiftBoost.podspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)