Skip to content

Commit

Permalink
+Initial Cocoapod installation update and Swift3.0 automatic conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaberg committed Sep 29, 2016
1 parent 8564273 commit 71f7e36
Show file tree
Hide file tree
Showing 173 changed files with 4,806 additions and 9,116 deletions.
8 changes: 4 additions & 4 deletions Podfile
@@ -1,7 +1,7 @@
use_frameworks!
target "nRF Toolbox" do
pod 'iOSDFULibrary', '~> 1.0'
pod 'EVReflection'
pod 'SWRevealViewController', '~> 2.3'
pod 'CorePlot', '~> 2.1'
pod 'iOSDFULibrary', '~> 2.1'
pod 'EVReflection', :git => 'https://github.com/evermeer/EVReflection.git', :branch => 'Swift3'
pod 'SWRevealViewController'
pod 'CorePlot', '~> 2.2'
end
40 changes: 25 additions & 15 deletions Podfile.lock
@@ -1,24 +1,34 @@
PODS:
- CorePlot (2.1)
- EVReflection (2.45.0)
- iOSDFULibrary (1.0.12):
- Zip (~> 0.3)
- CorePlot (2.2)
- EVReflection (3.0.3)
- iOSDFULibrary (2.1.1):
- Zip (~> 0.6)
- SWRevealViewController (2.3.0)
- Zip (0.4.3)
- Zip (0.6.0)

DEPENDENCIES:
- CorePlot (~> 2.1)
- EVReflection
- iOSDFULibrary (~> 1.0)
- SWRevealViewController (~> 2.3)
- CorePlot (~> 2.2)
- EVReflection (from `https://github.com/evermeer/EVReflection.git`, branch `Swift3`)
- iOSDFULibrary (~> 2.1)
- SWRevealViewController

EXTERNAL SOURCES:
EVReflection:
:branch: Swift3
:git: https://github.com/evermeer/EVReflection.git

CHECKOUT OPTIONS:
EVReflection:
:commit: ad676ba078b4d41742d0f1678127e4d564bb30ac
:git: https://github.com/evermeer/EVReflection.git

SPEC CHECKSUMS:
CorePlot: ab9898c79b94999018e9634ab0aa4c21480c8552
EVReflection: aa7065b5757b4efd7265cdb17074aeef57c3f981
iOSDFULibrary: ad41b45f7cfcfc6d52a9250f6c38646bc4b77597
CorePlot: cbe0c6e14220705e32e06a89c7d6a5a908b7d7d8
EVReflection: affca845a5584b102b84a9568f7a4cb65ad4b8e1
iOSDFULibrary: 0a295e0e3e03e4af0f030414b37c029fc95ef5c9
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a
Zip: 670419a5ba9faaf5f24ed3650c4c38b4136e996b
Zip: 805fc2fa9d2f05bbb7762d982d7a42ccdcc51f42

PODFILE CHECKSUM: 6ee765ed0f60da9c2003eed6d25869058df922e4
PODFILE CHECKSUM: c052d878c0538f28e1e7fc98c2402a3237b063a0

COCOAPODS: 1.1.0.beta.1
COCOAPODS: 1.1.0.rc.2
2 changes: 1 addition & 1 deletion Pods/CorePlot/License.txt

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

10 changes: 10 additions & 0 deletions Pods/CorePlot/framework/Source/CPTAnimation.h

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

2 changes: 1 addition & 1 deletion Pods/CorePlot/framework/Source/CPTAxis.h

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

8 changes: 4 additions & 4 deletions Pods/CorePlot/framework/Source/CPTAxis.m

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

15 changes: 10 additions & 5 deletions Pods/CorePlot/framework/Source/CPTBarPlot.h

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

26 changes: 13 additions & 13 deletions Pods/CorePlot/framework/Source/CPTBarPlot.m

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

10 changes: 5 additions & 5 deletions Pods/CorePlot/framework/Source/CPTCalendarFormatter.m

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

18 changes: 18 additions & 0 deletions Pods/CorePlot/framework/Source/CPTDefinitions.h

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

4 changes: 4 additions & 0 deletions Pods/CorePlot/framework/Source/CPTDefinitions.m

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

13 changes: 10 additions & 3 deletions Pods/CorePlot/framework/Source/CPTExceptions.h

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

6 changes: 3 additions & 3 deletions Pods/CorePlot/framework/Source/CPTExceptions.m

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

0 comments on commit 71f7e36

Please sign in to comment.