FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FDStatusBarNotifierView/FDStatusBarNotifierView.podspec at master · frankdilo/FDStatusBarNotifierView · GitHub
This repository was archived by the owner on Feb 9, 2025. It is now read-only.
frankdilo
/
FDStatusBarNotifierView
Public archive
Notifications
You must be signed in to change notification settings
Fork
41
Star
262
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
FDStatusBarNotifierView
/
FDStatusBarNotifierView.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (13 loc) · 723 Bytes
Breadcrumbs
FDStatusBarNotifierView
/
FDStatusBarNotifierView.podspec
Copy path
File metadata and controls
15 lines (13 loc) · 723 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
=
"FDStatusBarNotifierView"
s
.
version
=
"0.1.2"
s
.
summary
=
"FDStatusBarNotifier is a UIView subclass that lets you display notifications using the space in which the status bar resides."
s
.
homepage
=
"https://github.com/frankdilo/FDStatusBarNotifierView"
s
.
author
=
{
"Francesco Di Lorenzo"
=>
"fradilorenzo92@gmail.com"
}
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
source
=
{
:git
=>
"https://github.com/frankdilo/FDStatusBarNotifierView.git"
,
:tag
=>
"v0.1.2"
}
s
.
platform
=
:ios
,
'7.0'
s
.
source_files
=
'FDStatusBarNotifierView/*.{h,m}'
s
.
frameworks
=
'CoreGraphics'
,
'UIKit'
,
'Foundation'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL