Skip to content

Commit

Permalink
Added Swift Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
LowKostKustomz committed Dec 31, 2017
1 parent 644c89e commit 4d294f2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -18,6 +18,7 @@ profile
DerivedData
*.hmap
*.ipa
*.build

# Bundler
.bundle
Expand All @@ -26,7 +27,7 @@ Carthage
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/StatusAlert.xcodeproj/project.pbxproj
Expand Up @@ -180,7 +180,7 @@
E9A189F91FDC1ABD00F3B75B /* StatusAlertUtils.swift */,
);
name = Sources;
path = ../Sources;
path = ../Sources/StatusAlert;
sourceTree = "<group>";
};
E9A189EC1FDC1A7D00F3B75B /* StatusAlert */ = {
Expand Down
6 changes: 6 additions & 0 deletions Package.swift
@@ -0,0 +1,6 @@
// swift-tools-version:4.0
import PackageDescription

let package = Package(
name: "StatusAlert"
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@
// Copyright © 2017 Yegor Miroshnichenko. Licensed under the MIT license.
//

import Foundation
import UIKit

extension StatusAlert {
public enum Appearance {
Expand Down

0 comments on commit 4d294f2

Please sign in to comment.