Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Example project to Swift 4.2 #1

Merged
merged 1 commit into from
Oct 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

pod "SwiftChart", :path => "../"
target "SwiftChart_Example" do
platform :ios, "8.3"
pod "SwiftChart", :path => "../"
end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SwiftChart (0.1.0)
- SwiftChart (1.0.1)

DEPENDENCIES:
- SwiftChart (from `../`)
Expand All @@ -9,6 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SwiftChart: d1a042560f66d57ef2ca56263e57a62eb1ff8c66
SwiftChart: 6e716608f873585c006d5564e1e42bf057d19c78

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 72707640a12adb637a34020a270352aec7c0bcb9

COCOAPODS: 1.6.0.beta.1
14 changes: 8 additions & 6 deletions Example/Pods/Local Podspecs/SwiftChart.podspec.json

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

8 changes: 5 additions & 3 deletions Example/Pods/Manifest.lock

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

546 changes: 297 additions & 249 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

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

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

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

Loading