Skip to content

Commit

Permalink
support for SPM, v++
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 4, 2015
1 parent 5e59826 commit dee5f4f
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 253 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Xcode
#
build/
.build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand Down
4 changes: 2 additions & 2 deletions BuildaUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BuildaUtils"
s.version = "0.2.3"
s.version = "0.2.4"
s.summary = "Shared utilities for the Buildasaur and XcodeServerSDK projects."

s.description = <<-DESC
Expand All @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/czechboy0/BuildaUtils.git", :tag => "v#{s.version}" }
s.source_files = "BuildaUtils/*.{swift}"
s.source_files = "Source/*.{swift}"

end
259 changes: 8 additions & 251 deletions BuildaUtils.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "BuildaUtils"
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dee5f4f

Please sign in to comment.