Skip to content

Commit

Permalink
organization
Browse files Browse the repository at this point in the history
Update pod spec file.
Add .swift-version file.
  • Loading branch information
david-livadaru-3pillarglobal committed Apr 16, 2018
1 parent 729a07b commit 25b57ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swfit-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
2 changes: 1 addition & 1 deletion iOSCharts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Pod::Spec.new do |s|
s.author = "3Pillar Global"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/3pillarlabs/ios-charts.git", :tag => "#{s.version}" }
s.source_files = "Sources/*"
s.source_files = "Sources/**/*.{h,m,swift}"
end

0 comments on commit 25b57ad

Please sign in to comment.