FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SWTableViewCell/SWTableViewCell.podspec at master · CEWendel/SWTableViewCell · GitHub
CEWendel
/
SWTableViewCell
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
7.1k
Code
Issues
133
Pull requests
38
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SWTableViewCell
/
SWTableViewCell.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 568 Bytes
Breadcrumbs
SWTableViewCell
/
SWTableViewCell.podspec
Copy path
File metadata and controls
13 lines (13 loc) · 568 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SWTableViewCell'
s
.
version
=
'0.3.7'
s
.
author
=
{
'Chris Wendel'
=>
'chriwend@umich.edu'
}
s
.
homepage
=
'https://github.com/CEWendel/SWTableViewCell'
s
.
summary
=
'UITableViewCell subclass that implements a swipeable content view which exposes utility buttons.'
s
.
license
=
'MIT'
s
.
source
=
{
:git
=>
'https://github.com/CEWendel/SWTableViewCell.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
'SWTableViewCell/PodFiles/*.{h,m}'
s
.
platform
=
:ios
s
.
ios
.
deployment_target
=
'6.0'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL