FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SocketRocket/SocketRocket.podspec at main · facebookincubator/SocketRocket · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
facebookincubator
/
SocketRocket
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
9.6k
Code
Issues
169
Pull requests
21
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
SocketRocket
/
SocketRocket.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 1022 Bytes
Breadcrumbs
SocketRocket
/
SocketRocket.podspec
Copy path
File metadata and controls
23 lines (20 loc) · 1022 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
16
17
18
19
20
21
22
23
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SocketRocket'
s
.
version
=
'0.7.1'
s
.
summary
=
'A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.'
s
.
homepage
=
'https://github.com/facebook/SocketRocket'
s
.
authors
=
{
'Nikita Lutsenko'
=>
'nlutsenko@me.com'
,
'Dan Federman'
=>
'federman@squareup.com'
,
'Mike Lewis'
=>
'mikelikespie@gmail.com'
}
s
.
license
=
'BSD'
s
.
source
=
{
:git
=>
'https://github.com/facebook/SocketRocket.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
requires_arc
=
true
s
.
source_files
=
'SocketRocket/**/*.{h,m}'
s
.
public_header_files
=
'SocketRocket/*.h'
s
.
ios
.
deployment_target
=
'11.0'
s
.
osx
.
deployment_target
=
'10.13'
s
.
tvos
.
deployment_target
=
'11.0'
s
.
visionos
.
deployment_target
=
'1.0'
s
.
ios
.
frameworks
=
'CFNetwork'
,
'Security'
s
.
osx
.
frameworks
=
'CoreServices'
,
'Security'
s
.
tvos
.
frameworks
=
'CFNetwork'
,
'Security'
s
.
libraries
=
'icucore'
end
Back
|
FazBrowse Home
|
New Git URL