Skip to content

Commit

Permalink
Fixes to make SPM work
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealufino committed Nov 30, 2020
1 parent 2b9d0f7 commit 15906d5
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

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

4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Deviice (1.20)
- Luminous (2.1.2):
- Luminous (2.1.21):
- Deviice

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Deviice: 04d4669725709743bb9f54119039f429681eabbb
Luminous: 47184f99f6c79c05c8f237fcd2e5fa33a6cae933
Luminous: 1e335055b21f0a24712894da594fc55f6870ea58

PODFILE CHECKSUM: 33a6a638d825998a3ec0450afaa7114e0144de11

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/Luminous.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

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

4 changes: 2 additions & 2 deletions Luminous.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Luminous'
s.version = '2.1.2'
s.version = '2.1.21'
s.summary = 'Everything you need to know about your system.'

# This description is used to generate tags and improve search results.
Expand All @@ -29,7 +29,7 @@ This library allows to have a lot of system information in a very fast way.
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.source_files = 'Sources/**/*'
s.source_files = 'Sources/Luminous/*.swift'
s.swift_version = ["5.0"]

# s.resource_bundles = {
Expand Down
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Deviice",
"repositoryURL": "https://github.com/andrealufino/Deviice.git",
"state": {
"branch": "master",
"revision": "a3b1b0950ad55dd4886a915c21d1912b20b4d83d",
"version": null
}
}
]
},
"version": 1
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -16,7 +16,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(
url: "https://github.com/andrealufino/Deviice.git",
.branch("master")
from: "1.30.2"
)
],
targets: [
Expand Down

0 comments on commit 15906d5

Please sign in to comment.