FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MultiLayerNavigation/MultiLayerNavigation.podspec at master · tjjcode/MultiLayerNavigation · GitHub
tjjcode
/
MultiLayerNavigation
Public
forked from
vinqon/MultiLayerNavigation
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
MultiLayerNavigation
/
MultiLayerNavigation.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (10 loc) · 450 Bytes
Breadcrumbs
MultiLayerNavigation
/
MultiLayerNavigation.podspec
Copy path
File metadata and controls
10 lines (10 loc) · 450 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"MultiLayerNavigation"
s
.
version
=
"0.0.1"
s
.
summary
=
"Drag to go back Interaction Implementaion"
s
.
homepage
=
"https://github.com/myoula/MultiLayerNavigation"
s
.
author
=
{
"myoula"
=>
"myoula@qq.com"
}
s
.
platform
=
:ios
,
'5.0'
s
.
source
=
{
:git
=>
"https://github.com/myoula/MultiLayerNavigation.git"
,
:tag
=>
"v
#{
s
.
version
}
"
}
s
.
source_files
=
'Src/*.{h,m}'
end
Back
|
FazBrowse Home
|
New Git URL