Skip to content

Commit 2af8fde

Browse files
committed
fixed some podspec issues
1 parent c1fa758 commit 2af8fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SwiftGraph.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Pod::Spec.new do |s|
77
s.social_media_url = 'https://twitter.com/davekopec'
88
s.authors = { 'David Kopec' => 'david@oaksnow.com' }
99
s.source = { :git => 'https://github.com/davecom/SwiftGraph.git', :tag => s.version }
10-
s.ios.deployment_target = '8.0'
10+
s.ios.deployment_target = '9.0'
1111
s.osx.deployment_target = '10.9'
1212
s.tvos.deployment_target = '9.0'
1313
s.watchos.deployment_target = '2.0'
1414
s.source_files = 'Sources/SwiftGraph/*.swift'
1515
s.requires_arc = true
16+
s.swift_versions = ['5.0', '5.1', '5.2', '5.3']
1617
end

0 commit comments

Comments
 (0)