socket.io-client-swift/Socket.IO-Client-Swift.podspec
2015-03-12 09:17:49 -04:00

19 lines
829 B
Ruby

Pod::Spec.new do |s|
s.name = "Socket.IO-Client-Swift"
s.version = "1.1.0"
s.summary = "Socket.IO-client for Swift"
s.description = <<-DESC
Socket.IO-client for Swift.
Supports ws/wss/polling connections and binary.
For socket.io 1.0+ and Swift 1.1.
DESC
s.homepage = "https://github.com/socketio/socket.io-client-swift"
s.license = { :type => 'MIT' }
s.author = { "Erik" => "nuclear.ace@gmail.com" }
s.platform = :ios, "8.0"
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
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
end