Skip to content

Commit

Permalink
Merge pull request #65 from NordicSemiconductor/develop
Browse files Browse the repository at this point in the history
Updated EVReflection Cocoapod version to Support Swift 5
  • Loading branch information
dinesharjani authored Jul 16, 2019
2 parents e44ea97 + 930f1ef commit 825eee2
Show file tree
Hide file tree
Showing 60 changed files with 3,268 additions and 2,343 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
Build
*xcuserdata*
*xcscmblueprint*
nRF Toolbox.xcworkspace/xcshareddata
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use_frameworks!
target "nRF Toolbox" do
pod 'iOSDFULibrary', '~> 4.0'
pod 'EVReflection', '~> 5.0'
pod 'EVReflection'
pod 'SWRevealViewController', '~> 2.3'
pod 'CorePlot', '~> 2.2'
end
26 changes: 17 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
PODS:
- CorePlot (2.2)
- EVReflection (5.4.4):
- EVReflection/Core (= 5.4.4)
- EVReflection/Core (5.4.4)
- iOSDFULibrary (4.1.1):
- EVReflection (5.10.1):
- EVReflection/Core (= 5.10.1)
- EVReflection/Core (5.10.1)
- iOSDFULibrary (4.2.2):
- Zip (~> 1.0)
- SWRevealViewController (2.3.0)
- Zip (1.1.0)

DEPENDENCIES:
- CorePlot (~> 2.2)
- EVReflection (~> 5.0)
- EVReflection
- iOSDFULibrary (~> 4.0)
- SWRevealViewController (~> 2.3)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- CorePlot
- EVReflection
- iOSDFULibrary
- SWRevealViewController
- Zip

SPEC CHECKSUMS:
CorePlot: cbe0c6e14220705e32e06a89c7d6a5a908b7d7d8
EVReflection: 3f6d255f8173ec81a2a6aad81482f253cff82b55
iOSDFULibrary: 35e8a9e23d67759d57af9924d7a808e48c04583a
EVReflection: 8124de482178d34ccd56473e16cd95990f9a1113
iOSDFULibrary: 65a30a36d33ef451ef2d6c2b6a002a26eed786af
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: 27aaa69ef26831a42d969fc2d11fc0913adbff1e
PODFILE CHECKSUM: e75772c320fca4fa99e29984093539a6ec16fab2

COCOAPODS: 1.4.0
COCOAPODS: 1.7.0
24 changes: 12 additions & 12 deletions Pods/EVReflection/README.md

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

2 changes: 2 additions & 0 deletions Pods/EVReflection/Source/ConversionOptions.swift

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

84 changes: 71 additions & 13 deletions Pods/EVReflection/Source/EVArrayExtension.swift

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

16 changes: 16 additions & 0 deletions Pods/EVReflection/Source/EVCustomReflectable.swift

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

8 changes: 4 additions & 4 deletions Pods/EVReflection/Source/EVDictionaryExtension.swift

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

3 changes: 2 additions & 1 deletion Pods/EVReflection/Source/EVObject.swift

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

Loading

0 comments on commit 825eee2

Please sign in to comment.