update version; again

This commit is contained in:
Erik Little 2017-09-29 23:21:05 -04:00
parent ca4261d8ca
commit d878f56839
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -24,5 +24,5 @@ Pod::Spec.new do |s|
'SWIFT_VERSION' => '4.0' 'SWIFT_VERSION' => '4.0'
} }
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "StarscreamSocketIO", "~> 9.0.0" s.dependency "StarscreamSocketIO", "~> 9.0.2"
end end