Skip to content

Commit

Permalink
+Updated cocoapods installation
Browse files Browse the repository at this point in the history
+Migrated to Swift 4
  • Loading branch information
Berg, Mostafa committed Nov 9, 2017
1 parent 0c00872 commit e318bb3
Show file tree
Hide file tree
Showing 66 changed files with 1,505 additions and 1,086 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use_frameworks!
target "nRF Toolbox" do
pod 'iOSDFULibrary', '~> 3.0'
pod 'EVReflection', '~> 4.5'
pod 'iOSDFULibrary', '~> 4.0'
pod 'EVReflection', '~> 5.0'
pod 'SWRevealViewController', '~> 2.3'
pod 'CorePlot', '~> 2.2'
end
26 changes: 13 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- CorePlot (2.2)
- EVReflection (4.14.0):
- EVReflection/Core (= 4.14.0)
- EVReflection/Core (4.14.0)
- iOSDFULibrary (3.1.0):
- Zip (~> 0.7)
- EVReflection (5.1.5):
- EVReflection/Core (= 5.1.5)
- EVReflection/Core (5.1.5)
- iOSDFULibrary (4.0.2):
- Zip (~> 1.0)
- SWRevealViewController (2.3.0)
- Zip (0.7.0)
- Zip (1.0.0)

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

SPEC CHECKSUMS:
CorePlot: cbe0c6e14220705e32e06a89c7d6a5a908b7d7d8
EVReflection: 7cdf22e28067084af733b8da2797a48ba154e31b
iOSDFULibrary: 3b8a3014e3e4d1bec99b634b2f79fa856e28e556
EVReflection: a80157a584cf0b977f5cada98988a3f4e828b863
iOSDFULibrary: 739d3b5f2c99120b4e9b93ca165d9e451e3c8dec
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
Zip: e34513299ac38c0686d5b24504da7ce343799ab9
Zip: 115a122433829a1bbf33f5575fa84047438dcc12

PODFILE CHECKSUM: 04952fbe2bcb7bb9893a38aae5bee36c631e4f22
PODFILE CHECKSUM: 27aaa69ef26831a42d969fc2d11fc0913adbff1e

COCOAPODS: 1.2.1
COCOAPODS: 1.4.0.beta.2
76 changes: 70 additions & 6 deletions Pods/EVReflection/README.md

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

61 changes: 61 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.

53 changes: 53 additions & 0 deletions Pods/EVReflection/Source/DeserializationStatus.swift

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

2 changes: 1 addition & 1 deletion Pods/EVReflection/Source/EVArrayExtension.swift

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

27 changes: 26 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 e318bb3

Please sign in to comment.