Skip to content

Commit 46ed249

Browse files
podspec tweaks & deprecation
1 parent efafe0e commit 46ed249

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SwiftySandboxFileAccess.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SwiftySandboxFileAccess"
4-
s.version = "2.0.0"
4+
s.version = "2.0.2"
55
s.summary = "A simpler way to access and store permissions for files outside of the AppStore sandbox."
66

77
s.description = <<-DESC
8+
Deprecated in favour version 3 which requires Swift Package Manager
89
A class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface.
910
The class will request permission from the user with a simple to understand dialog consistent
1011
with Apple's documentation and persist permissions across application runs.
@@ -15,7 +16,8 @@ Pod::Spec.new do |s|
1516
s.author = { "Rob Jonson" => "Rob@HobbyistSoftware.com","Leigh McCulloch" => "leigh@mcchouse.com" }
1617
s.platform = :osx, "10.9"
1718
s.source = { :git => "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess.git", :tag => s.version }
18-
s.source_files = "Sources/*.{swift}"
19+
s.source_files = "Sources/SwiftySandboxFileAccess/*.{swift}"
1920
s.swift_version = '5'
21+
s.deprecated = true
2022

2123
end

0 commit comments

Comments
 (0)