FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SlideMenuControllerSwift/SlideMenuControllerSwift.podspec at master · AtomicSLLC/SlideMenuControllerSwift · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AtomicSLLC
/
SlideMenuControllerSwift
Public
forked from
Nomad00/SlideMenuControllerSwift
Notifications
You must be signed in to change notification settings
Fork
14
Star
5
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SlideMenuControllerSwift
/
SlideMenuControllerSwift.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 674 Bytes
Breadcrumbs
SlideMenuControllerSwift
/
SlideMenuControllerSwift.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 674 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"SlideMenuControllerSwift"
s
.
version
=
"4.0.0"
s
.
summary
=
"iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app."
s
.
homepage
=
"https://github.com/dekatotoro/SlideMenuControllerSwift"
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"LICENSE"
}
s
.
author
=
{
"Yuji Hato"
=>
"hatoyujidev@gmail.com"
}
s
.
social_media_url
=
"https://twitter.com/dekatotoro"
s
.
platform
=
:ios
s
.
ios
.
deployment_target
=
"9.0"
s
.
source
=
{
:git
=>
"https://github.com/dekatotoro/SlideMenuControllerSwift.git"
,
:tag
=>
s
.
version
}
s
.
source_files
=
"Source/*.swift"
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL