Skip to content

Commit

Permalink
close #3661: update podspec to include swift verison
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Oct 2, 2018
1 parent 5087a04 commit 86ae253
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 2 additions & 0 deletions Charts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.11"
s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" }
s.default_subspec = "Core"
s.swift_version = '4.2'
s.cocoapods_version = '>= 1.6.0.beta.1'

s.subspec "Core" do |ss|
ss.source_files = "Source/Charts/**/*.swift"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'cocoapods', '1.6.0.beta.1'
gem 'cocoapods', '>= 1.6.0.beta.1'
gem 'github_changelog_generator'
gem 'rake'
gem 'xcpretty'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
colored2 (3.1.2)
concurrent-ruby (1.0.5)
escape (0.0.4)
faraday (0.15.2)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
rake (12.3.1)
retriable (2.1.0)
rouge (2.0.7)
ruby-macho (1.2.0)
ruby-macho (1.3.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand All @@ -98,7 +98,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 1.6.0.beta.1)
cocoapods (>= 1.6.0.beta.1)
github_changelog_generator
rake
xcpretty
Expand Down

0 comments on commit 86ae253

Please sign in to comment.