FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MYNStickyFlowLayout/MYNStickyFlowLayout.podspec at master · uiue/MYNStickyFlowLayout · GitHub
uiue
/
MYNStickyFlowLayout
Public
forked from
myntra/MYNStickyFlowLayout
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
MYNStickyFlowLayout
/
MYNStickyFlowLayout.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 954 Bytes
Breadcrumbs
MYNStickyFlowLayout
/
MYNStickyFlowLayout.podspec
Copy path
File metadata and controls
22 lines (18 loc) · 954 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"MYNStickyFlowLayout"
s
.
version
=
"0.1.1"
s
.
summary
=
"Drop-in sticky headers and footers for UICollectionView."
s
.
description
=
<<-DESC
UITableView-like sticky section headers and footers for UICollectionView.
Just install and set your FlowLayout Custom Class to MYNStickyFlowLayout
DESC
s
.
homepage
=
"http://github.com/myntra/MYNStickyFlowLayout"
s
.
screenshot
=
"https://raw.githubusercontent.com/myntra/MYNStickyFlowLayout/master/Images/Screenshot.png"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
"Param Aggarwal"
=>
"paramaggarwal@gmail.com"
}
s
.
platform
=
:ios
s
.
requires_arc
=
true
s
.
source
=
{
:git
=>
"https://github.com/myntra/MYNStickyFlowLayout.git"
,
:tag
=>
"v0.1.1"
}
s
.
source_files
=
"Classes"
,
"Classes/**/*.{h,m}"
s
.
exclude_files
=
"Classes/Exclude"
end
Back
|
FazBrowse Home
|
New Git URL