Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit a64f037

Browse files
committed
Update PSOperations.podspec
Bump pod to version 2.0.1
1 parent f5aa649 commit a64f037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSOperations.podspec

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

33
s.name = "PSOperations"
4-
s.version = "2.0"
4+
s.version = "2.0.1"
55
s.summary = "This is an adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015"
66
s.description = <<-DESC
77
This is an adaptation of the sample code provided in the [Advanced NSOperations session of WWDC 2015](https://developer.apple.com/videos/wwdc/2015/?id=226). This code has been updated to work with the latest Swift changes as of Xcode 7. For usage examples, see WWDC 2015 Advanced NSOperations and/or look at the included unit tests.
@@ -39,4 +39,4 @@ Pod::Spec.new do |s|
3939

4040
s.source = { git: "https://github.com/pluralsight/PSOperations.git", tag: s.version.to_s }
4141
s.source_files = 'PSOperations/**/*.swift'
42-
end
42+
end

0 commit comments

Comments
 (0)