Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
philackm committed Jul 9, 2017
1 parent f7b76f2 commit 880e9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScrollableGraphView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScrollableGraphView"
s.version = "3.1.0"
s.version = "4.0.0"
s.summary = "Scrollable graph view for iOS"
s.description = "An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift."
s.homepage = "https://github.com/philackm/Scrollable-GraphView"
Expand All @@ -11,6 +11,6 @@ s.platform = :ios, '8.0'
s.requires_arc = true

# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
s.source_files = 'Classes/ScrollableGraphView.swift'
s.source_files = spec.source_files = 'Classes/**/*.swift'

end

0 comments on commit 880e9f8

Please sign in to comment.