-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[0.1.6] perform operation on main thread
- Loading branch information
Showing
3 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SWindow" | ||
s.version = "0.1.4" | ||
s.version = "0.1.6" | ||
s.summary = "Swift view controller presenter." | ||
s.description = <<-DESC | ||
SWindow is an easy to use Swift windows manager. Don't spend hours writing your code to present and dismiss modal view controllers, stop wasting your time on debugging why your modal presentation disapear. Without issues, simple and safe present your controller! | ||
DESC | ||
s.homepage = "https://github.com/shial4/SWindow.git" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Szymon Lorenz" => "[email protected]" } | ||
s.social_media_url = "https://twitter.com/shial_4" | ||
s.social_media_url = "https://www.facebook.com/SLSolutionsAU/" | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => "https://github.com/shial4/SWindow.git", :tag => s.version.to_s } | ||
s.source_files = "Sources/**/*.swift" | ||
|
Binary file modified
BIN
+255 Bytes
(100%)
...xcodeproj/project.xcworkspace/xcuserdata/shial.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters