forked from facebookincubator/SocketRocket
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSocketRocket.podspec
More file actions
Latest commit
15 lines (15 loc) · 726 Bytes
/
Copy pathSocketRocket.podspec
File metadata and controls
15 lines (15 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="SocketRocket"
s.version='0.3.1-beta2'
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',:commit=>'82c9f8938f8b9b7aa578866cb7ce56bc11e52ced'}
s.source_files='SocketRocket/*.{h,m,c}'
s.requires_arc=true
s.ios.frameworks=%w{CFNetworkSecurity}
s.osx.frameworks=%w{CoreServicesSecurity}
s.osx.compiler_flags='-Wno-format'
s.libraries="icucore"
end