This commit is contained in:
Erik 2015-03-12 09:31:27 -04:00
parent 30cd0bd6cd
commit 8f7f43f83e

View File

@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT' }
s.author = { "Erik" => "nuclear.ace@gmail.com" }
s.platform = :ios, "8.0"
s.platform = :osx, "10.10"
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v1.1.0-pod' }
s.source_files = "SwiftIO/**/*.swift"
s.requires_arc = true