FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ScrollableTabController/ScrollableTabController.podspec at master · speee/ScrollableTabController · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
speee
/
ScrollableTabController
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
19
Code
Issues
9
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
ScrollableTabController
/
ScrollableTabController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (13 loc) · 619 Bytes
Breadcrumbs
ScrollableTabController
/
ScrollableTabController.podspec
Copy path
File metadata and controls
15 lines (13 loc) · 619 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
=
"ScrollableTabController"
s
.
version
=
"0.0.3"
s
.
summary
=
"ScrollableTabController"
s
.
description
=
"ScrollableTabController"
s
.
homepage
=
"https://github.com/speee/ScrollableTabController"
s
.
license
=
'MIT'
s
.
author
=
{
"Mitsuyoshi Yamazaki"
=>
"yamazaki.mitsuyoshi@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/speee/ScrollableTabController.git"
,
:tag
=>
"v
#{
s
.
version
.
to_s
}
"
}
s
.
requires_arc
=
true
s
.
ios
.
deployment_target
=
'10.0'
s
.
source_files
=
'Source/*'
end
Back
|
FazBrowse Home
|
New Git URL