Skip to content

Commit

Permalink
Merge branch 'master' into arafay/unsupported-datafile
Browse files Browse the repository at this point in the history
* master:
  Updating libraries based on SourceClear recommendation (#304)
  • Loading branch information
arafay-folio3 committed Sep 3, 2018
2 parents 944676d + d962ac5 commit 18f0192
Show file tree
Hide file tree
Showing 21 changed files with 2,426 additions and 2,061 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
workspace 'OptimizelySDK.xcworkspace'

def common_test_pods
pod 'OHHTTPStubs', '5.2.2'
pod 'OCMock', '3.3.1'
pod 'OHHTTPStubs', '6.1.0'
pod 'OCMock', '3.4.1'
end

def analytics_pods
Expand Down
26 changes: 13 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ PODS:
- Mixpanel-swift (2.4.2):
- Mixpanel-swift/Complete (= 2.4.2)
- Mixpanel-swift/Complete (2.4.2)
- OCMock (3.3.1)
- OHHTTPStubs (5.2.2):
- OHHTTPStubs/Default (= 5.2.2)
- OHHTTPStubs/Core (5.2.2)
- OHHTTPStubs/Default (5.2.2):
- OCMock (3.4.1)
- OHHTTPStubs (6.1.0):
- OHHTTPStubs/Default (= 6.1.0)
- OHHTTPStubs/Core (6.1.0)
- OHHTTPStubs/Default (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (5.2.2):
- OHHTTPStubs/JSON (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (5.2.2):
- OHHTTPStubs/NSURLSession (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (5.2.2)
- OHHTTPStubs/OHPathHelpers (6.1.0)

DEPENDENCIES:
- Amplitude-iOS
- Google/Analytics
- Localytics
- Mixpanel-swift
- OCMock (= 3.3.1)
- OHHTTPStubs (= 5.2.2)
- OCMock (= 3.4.1)
- OHHTTPStubs (= 6.1.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -68,9 +68,9 @@ SPEC CHECKSUMS:
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
Localytics: 420a187fd1ba94d4a2afff66e100d1569389d9e4
Mixpanel-swift: 63de6f5a14468b8d65e0d62ae250714455e17407
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
OHHTTPStubs: 34d9d0994e64fcf8552dbfade5ce82ada913ee31
OCMock: 2cd0716969bab32a2283ff3a46fd26a8c8b4c5e3
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0

PODFILE CHECKSUM: a59ef34704d2b5a747fb4cbc2732a598d6620428
PODFILE CHECKSUM: 4a5bb4d5f9611d224d1c0f8b7304aea59bbecac0

COCOAPODS: 1.5.3
26 changes: 13 additions & 13 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion Pods/OCMock/Source/OCMock/NSInvocation+OCMAdditions.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions Pods/OCMock/Source/OCMock/OCClassMockObject.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 95 additions & 16 deletions Pods/OCMock/Source/OCMock/OCMFunctions.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 16 additions & 3 deletions Pods/OCMock/Source/OCMock/OCMockObject.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Pods/OCMock/Source/OCMock/OCObserverMockObject.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18f0192

Please sign in to comment.