File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-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.2.2 "
3
+ s . version = "3.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" => "[email protected] " }
18
18
s . social_media_url = "http://twitter.com/erikdoe"
19
19
20
- s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.2.2 " }
20
+ s . source = { :git => "https://github.com/erikdoe/ocmock.git" , :tag => "v3.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.3 (unreleased )
4
+ OCMock 3.3 (2016-04-12 )
5
5
6
6
* Made the use of mock objects thread safe. You still have to setup the mocks
7
7
and verify them from a main thread (Ian Anderson)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def makeRelease
13
13
copySource
14
14
buildModules
15
15
signFrameworks "[email protected] "
16
- createPackage "ocmock-3.2.2. dmg" , "OCMock 3.2.2 "
16
+ createPackage "ocmock-3.3. dmg" , "OCMock 3.3 "
17
17
sanityCheck
18
18
openPackageDir
19
19
end
You can’t perform that action at this time.
0 commit comments