Files
JBChartView/SocketRocket/0.2.0/SocketRocket.podspec
T
2012-09-04 17:03:04 -07:00

16 lines
683 B
Ruby

Pod::Spec.new do |s|
s.name = "SocketRocket"
s.version = '0.2.0'
s.summary = 'A conforming WebSocket (RFC 6455) client library.'
s.homepage = 'https://github.com/square/SocketRocket'
s.authors = 'Square'
s.license = 'Apache License, Version 2.0'
s.source = { :git => 'https://github.com/square/SocketRocket.git', :tag => 'v0.2.0' }
s.source_files = 'SocketRocket/*.{h,m,c}'
s.requires_arc = true
s.ios.frameworks = %w{CFNetwork Security}
s.osx.frameworks = %w{CoreServices Security}
s.osx.compiler_flags = '-Wno-format'
s.libraries = "icucore"
end