Skip to content

Commit d962ac5

Browse files
Updating libraries based on SourceClear recommendation (#304)
1 parent 2f916d2 commit d962ac5

File tree

21 files changed

+2426
-2061
lines changed

21 files changed

+2426
-2061
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
workspace 'OptimizelySDK.xcworkspace'
22

33
def common_test_pods
4-
pod 'OHHTTPStubs', '5.2.2'
5-
pod 'OCMock', '3.3.1'
4+
pod 'OHHTTPStubs', '6.1.0'
5+
pod 'OCMock', '3.4.1'
66
end
77

88
def analytics_pods

Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ PODS:
2121
- Mixpanel-swift (2.4.2):
2222
- Mixpanel-swift/Complete (= 2.4.2)
2323
- Mixpanel-swift/Complete (2.4.2)
24-
- OCMock (3.3.1)
25-
- OHHTTPStubs (5.2.2):
26-
- OHHTTPStubs/Default (= 5.2.2)
27-
- OHHTTPStubs/Core (5.2.2)
28-
- OHHTTPStubs/Default (5.2.2):
24+
- OCMock (3.4.1)
25+
- OHHTTPStubs (6.1.0):
26+
- OHHTTPStubs/Default (= 6.1.0)
27+
- OHHTTPStubs/Core (6.1.0)
28+
- OHHTTPStubs/Default (6.1.0):
2929
- OHHTTPStubs/Core
3030
- OHHTTPStubs/JSON
3131
- OHHTTPStubs/NSURLSession
3232
- OHHTTPStubs/OHPathHelpers
33-
- OHHTTPStubs/JSON (5.2.2):
33+
- OHHTTPStubs/JSON (6.1.0):
3434
- OHHTTPStubs/Core
35-
- OHHTTPStubs/NSURLSession (5.2.2):
35+
- OHHTTPStubs/NSURLSession (6.1.0):
3636
- OHHTTPStubs/Core
37-
- OHHTTPStubs/OHPathHelpers (5.2.2)
37+
- OHHTTPStubs/OHPathHelpers (6.1.0)
3838

3939
DEPENDENCIES:
4040
- Amplitude-iOS
4141
- Google/Analytics
4242
- Localytics
4343
- Mixpanel-swift
44-
- OCMock (= 3.3.1)
45-
- OHHTTPStubs (= 5.2.2)
44+
- OCMock (= 3.4.1)
45+
- OHHTTPStubs (= 6.1.0)
4646

4747
SPEC REPOS:
4848
https://github.com/cocoapods/specs.git:
@@ -68,9 +68,9 @@ SPEC CHECKSUMS:
6868
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
6969
Localytics: 420a187fd1ba94d4a2afff66e100d1569389d9e4
7070
Mixpanel-swift: 63de6f5a14468b8d65e0d62ae250714455e17407
71-
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
72-
OHHTTPStubs: 34d9d0994e64fcf8552dbfade5ce82ada913ee31
71+
OCMock: 2cd0716969bab32a2283ff3a46fd26a8c8b4c5e3
72+
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
7373

74-
PODFILE CHECKSUM: a59ef34704d2b5a747fb4cbc2732a598d6620428
74+
PODFILE CHECKSUM: 4a5bb4d5f9611d224d1c0f8b7304aea59bbecac0
7575

7676
COCOAPODS: 1.5.3

Pods/Manifest.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/OCMock/Source/OCMock/NSInvocation+OCMAdditions.m

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/OCMock/Source/OCMock/OCClassMockObject.m

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/OCMock/Source/OCMock/OCMFunctions.m

Lines changed: 95 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/OCMock/Source/OCMock/OCMockObject.m

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/OCMock/Source/OCMock/OCObserverMockObject.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)