Skip to content

Commit

Permalink
Merge pull request #105 from Coupz/master
Browse files Browse the repository at this point in the history
Xcode 10 and Swift 4.2 fix
  • Loading branch information
gpbl authored Oct 21, 2018
2 parents e28c806 + 9f68067 commit 4949a94
Show file tree
Hide file tree
Showing 25 changed files with 564 additions and 619 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.2
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

0 comments on commit 4949a94

Please sign in to comment.