File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OCMock"
3
- s . version = "3.9.2 "
3
+ s . version = "3.9.3 "
4
4
5
5
s . summary = "Mock objects for Objective-C"
6
6
s . description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
s . author = { "Erik Doernenburg" => "erik@doernenburg.com" }
18
18
s . social_media_url = "https://toot.thoughtworks.com/@edoernen"
19
19
20
- s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.9.2 " }
20
+ s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.9.3 " }
21
21
s . source_files = "Source/OCMock/*.{h,m}"
22
22
23
23
s . requires_arc = false
Original file line number Diff line number Diff line change 1
1
Listing of notable changes by release. More detail is usually found in the Git
2
2
commit messages and/or the pull requests.
3
3
4
+ OCMock 3.9.3 (2023-11-15)
5
+
6
+ * Removed visionOS from podspec because it's not fully supported yet.
7
+
8
+
4
9
OCMock 3.9.2 (2023-10-04)
5
10
6
11
* Added Mac Catalyst architecture to dist build. (Maksym Koshtenko)
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.9.2 </string >
20
+ <string >3.9.3 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >3.9.1 </string >
24
+ <string >3.9.3 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2004-2023 Erik Doernenburg and contributors </string >
27
27
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments