FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SocketRocket/SocketRocket.podspec at master · danielshir/SocketRocket · GitHub
danielshir
/
SocketRocket
Public
forked from
facebookincubator/SocketRocket
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SocketRocket
/
SocketRocket.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 726 Bytes
Breadcrumbs
SocketRocket
/
SocketRocket.podspec
Copy path
File metadata and controls
15 lines (15 loc) · 726 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod
::
Spec
.
new
do
|
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{
CFNetwork
Security
}
s
.
osx
.
frameworks
=
%w{
CoreServices
Security
}
s
.
osx
.
compiler_flags
=
'-Wno-format'
s
.
libraries
=
"icucore"
end
Back
|
FazBrowse Home
|
New Git URL