Skip to content

Commit 825eee2

Browse files
authored
Merge pull request #65 from NordicSemiconductor/develop
Updated EVReflection Cocoapod version to Support Swift 5
2 parents e44ea97 + 930f1ef commit 825eee2

File tree

60 files changed

+3268
-2343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3268
-2343
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
Build
33
*xcuserdata*
44
*xcscmblueprint*
5+
nRF Toolbox.xcworkspace/xcshareddata

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use_frameworks!
22
target "nRF Toolbox" do
33
pod 'iOSDFULibrary', '~> 4.0'
4-
pod 'EVReflection', '~> 5.0'
4+
pod 'EVReflection'
55
pod 'SWRevealViewController', '~> 2.3'
66
pod 'CorePlot', '~> 2.2'
77
end

Podfile.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
PODS:
22
- CorePlot (2.2)
3-
- EVReflection (5.4.4):
4-
- EVReflection/Core (= 5.4.4)
5-
- EVReflection/Core (5.4.4)
6-
- iOSDFULibrary (4.1.1):
3+
- EVReflection (5.10.1):
4+
- EVReflection/Core (= 5.10.1)
5+
- EVReflection/Core (5.10.1)
6+
- iOSDFULibrary (4.2.2):
77
- Zip (~> 1.0)
88
- SWRevealViewController (2.3.0)
99
- Zip (1.1.0)
1010

1111
DEPENDENCIES:
1212
- CorePlot (~> 2.2)
13-
- EVReflection (~> 5.0)
13+
- EVReflection
1414
- iOSDFULibrary (~> 4.0)
1515
- SWRevealViewController (~> 2.3)
1616

17+
SPEC REPOS:
18+
https://github.com/cocoapods/specs.git:
19+
- CorePlot
20+
- EVReflection
21+
- iOSDFULibrary
22+
- SWRevealViewController
23+
- Zip
24+
1725
SPEC CHECKSUMS:
1826
CorePlot: cbe0c6e14220705e32e06a89c7d6a5a908b7d7d8
19-
EVReflection: 3f6d255f8173ec81a2a6aad81482f253cff82b55
20-
iOSDFULibrary: 35e8a9e23d67759d57af9924d7a808e48c04583a
27+
EVReflection: 8124de482178d34ccd56473e16cd95990f9a1113
28+
iOSDFULibrary: 65a30a36d33ef451ef2d6c2b6a002a26eed786af
2129
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
2230
Zip: 8877eede3dda76bcac281225c20e71c25270774c
2331

24-
PODFILE CHECKSUM: 27aaa69ef26831a42d969fc2d11fc0913adbff1e
32+
PODFILE CHECKSUM: e75772c320fca4fa99e29984093539a6ec16fab2
2533

26-
COCOAPODS: 1.4.0
34+
COCOAPODS: 1.7.0

Pods/EVReflection/README.md

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/EVReflection/Source/ConversionOptions.swift

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/EVReflection/Source/EVArrayExtension.swift

+71-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/EVReflection/Source/EVCustomReflectable.swift

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/EVReflection/Source/EVDictionaryExtension.swift

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/EVReflection/Source/EVObject.swift

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)