Skip to content

Commit 0175b44

Browse files
committed
Updated github assets.
1 parent 4c19b20 commit 0175b44

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ivanvorobei
7-
87
---
98

109
**Describe the bug**
@@ -21,7 +20,7 @@ If applicable, add screenshots to help explain your problem.
2120

2221
**Smartphone (please complete the following information):**
2322
- iOS Version [e.g. 14.5.1]
24-
- `SPAlert` version [e.g. 3.0.8]
23+
- Framework Version [e.g. 3.0.8]
2524
- Installed via [e.g. SPM, Cocoapods, Manually]
2625

2726
**Additional context**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Something is not clear with the project
4+
title: ''
5+
labels: ''
6+
assignees: ivanvorobei
7+
8+
---
9+
10+
**Describe the problem that you catch**
11+
A clear and concise description of what you want to do.

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Here you find all which using in project:
2323
- // MARK: - Init
2424
- // MARK: - Lifecycle
2525
- // MARK: - Layout
26-
- // MARK: - Helpers
26+
- // MARK: - Internal
27+
- // MARK: - Private
2728

2829
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © 2020 Ivan Vorobei
3+
Copyright © 2021 Ivan Vorobei
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.0 and higher.
6060

6161
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
6262

63-
To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
63+
To integrate using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
6464

6565
```ogdl
6666
https://github.com/ivanvorobei/SPAlert
6767
```
6868

6969
### CocoaPods:
7070

71-
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPAlert` into your Xcode project using CocoaPods, specify it in your `Podfile`:
71+
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
7272

7373
```ruby
7474
pod 'SPAlert'
7575
```
7676

7777
### Manually
7878

79-
If you prefer not to use any of dependency managers, you can integrate `SPAlert` into your project manually. Put `Sources/SPAlert` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
79+
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/ProjectName` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
8080

8181
## Quick Start
8282

@@ -188,8 +188,8 @@ I have libraries with native interface and managing permissions. Also available
188188

189189
## Russian Community
190190

191-
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
192-
Со сложной задачей помогут в чате.
191+
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
192+
Со сложными и непонятными задачами помогут в чате.
193193

194194
<p float="left">
195195
<a href="https://sparrowcode.by/telegram/channel">

SPAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPAlert'
4-
s.version = '3.3.0'
4+
s.version = '3.3.1'
55
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
66
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }

0 commit comments

Comments
 (0)