Skip to content

Commit 31da663

Browse files
committed
Clean assets files.
1 parent 8545058 commit 31da663

File tree

7 files changed

+12
-35
lines changed

7 files changed

+12
-35
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
# Swift Package Manager
66
.swiftpm
7+
8+
# User Interface
9+
*UserInterfaceState.xcuserstate
-63.7 KB
Binary file not shown.

Example Apps/SparrowKit.xcodeproj/xcuserdata/ivanvorobei.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>watchOS Example.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>1</integer>
20+
<integer>2</integer>
2121
</dict>
2222
</dict>
2323
<key>SuppressBuildableAutocreation</key>

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: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
# SparrowKit
22

3-
Collection of native Swift extensions to boost your development. Support iOS, tvOS and watchOS.<br><br>
4-
If you like the project, don't forget to `put star ★`<br>Check out my other libraries:
5-
6-
<p float="left">
7-
<a href="https://opensource.ivanvorobei.by">
8-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
9-
</a>
10-
</p>
11-
12-
## Navigate
13-
14-
- [Installation](#installation)
15-
- [Swift Package Manager](#swift-package-manager)
16-
- [CocoaPods](#cocoapods)
17-
- [Manually](#manually)
18-
- [Russian Community](#russian-community)
3+
Collection of native Swift extensions and classes to boost your development.
194

205
## Installation
216

22-
Ready for use on iOS 12+, tvOS 12+ & watchOS 6.0+. Works with Swift 5+. Required Xcode 12.0 and higher.
23-
24-
<img align="right" src="https://github.com/ivanvorobei/SparrowKit/blob/main/Assets/Readme/spm-install-preview.png" width="520"/>
7+
Ready for use on iOS 11+, tvOS 11+ & watchOS 6.0+.
258

269
### Swift Package Manager
2710

@@ -31,13 +14,13 @@ Once you have your Swift package set up, adding as a dependency is as easy as ad
3114

3215
```swift
3316
dependencies: [
34-
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.4.6"))
17+
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.5.0"))
3518
]
3619
```
3720

3821
### CocoaPods:
3922

40-
[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`:
23+
[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`:
4124

4225
```ruby
4326
pod 'SparrowKit'
@@ -49,17 +32,8 @@ If you prefer not to use any of dependency managers, you can integrate manually.
4932

5033
## Russian Community
5134

52-
Подписывайся в телеграм-канал, если хочешь получать уведомления о новых туториалах.<br>
53-
Со сложными и непонятными задачами помогут в чате.
54-
55-
<p float="left">
56-
<a href="https://sparrowcode.by/telegram">
57-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/open-telegram-channel.svg">
58-
</a>
59-
<a href="https://sparrowcode.by/telegram/chat">
60-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">
61-
</a>
62-
</p>
35+
Я веду [телеграм-канал](https://sparrowcode.io/telegram), там публикую новости и туториалы.<br>
36+
С проблемой помогут [в чате](https://sparrowcode.io/telegram/chat).
6337

6438
Видео-туториалы выклыдываю на [YouTube](https://ivanvorobei.by/youtube):
6539

SparrowKit.podspec

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

33
s.name = 'SparrowKit'
44
s.version = '3.5.0'
5-
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
5+
s.summary = 'Collection of native Swift extensions and classes to boost your development.'
66
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }
88
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)