Updated github assets.

This commit is contained in:
Ivan Vorobei
2021-08-11 09:07:56 +03:00
parent 4c19b2077c
commit 0175b443e7
7 changed files with 21 additions and 10 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ivanvorobei
---
**Describe the bug**
@@ -21,7 +20,7 @@ If applicable, add screenshots to help explain your problem.
**Smartphone (please complete the following information):**
- iOS Version [e.g. 14.5.1]
- `SPAlert` version [e.g. 3.0.8]
- Framework Version [e.g. 3.0.8]
- Installed via [e.g. SPM, Cocoapods, Manually]
**Additional context**
+11
View File
@@ -0,0 +1,11 @@
---
name: Question
about: Something is not clear with the project
title: ''
labels: ''
assignees: ivanvorobei
---
**Describe the problem that you catch**
A clear and concise description of what you want to do.
+2 -1
View File
@@ -23,6 +23,7 @@ Here you find all which using in project:
- // MARK: - Init
- // MARK: - Lifecycle
- // MARK: - Layout
- // MARK: - Helpers
- // MARK: - Internal
- // MARK: - Private
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.
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright © 2020 Ivan Vorobei
Copyright © 2021 Ivan Vorobei
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+5 -5
View File
@@ -60,7 +60,7 @@ Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.0 and higher.
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. Its integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
To integrate using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
```ogdl
https://github.com/ivanvorobei/SPAlert
@@ -68,7 +68,7 @@ https://github.com/ivanvorobei/SPAlert
### CocoaPods:
[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`:
[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`:
```ruby
pod 'SPAlert'
@@ -76,7 +76,7 @@ pod 'SPAlert'
### Manually
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`.
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`.
## Quick Start
@@ -188,8 +188,8 @@ I have libraries with native interface and managing permissions. Also available
## Russian Community
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
Со сложной задачей помогут в чате.
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
Со сложными и непонятными задачами помогут в чате.
<p float="left">
<a href="https://sparrowcode.by/telegram/channel">
+1 -1
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SPAlert'
s.version = '3.3.0'
s.version = '3.3.1'
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }