FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SwipeCellKit/SwipeCellKit.podspec at develop · SwipeCellKit/SwipeCellKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SwipeCellKit
/
SwipeCellKit
Public
Notifications
You must be signed in to change notification settings
Fork
813
Star
6.3k
Code
Issues
60
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SwipeCellKit
/
SwipeCellKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 610 Bytes
Breadcrumbs
SwipeCellKit
/
SwipeCellKit.podspec
Copy path
File metadata and controls
18 lines (14 loc) · 610 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'SwipeCellKit'
s
.
version
=
'2.7.1'
s
.
license
=
'MIT'
s
.
summary
=
'Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.'
s
.
homepage
=
'https://github.com/SwipeCellKit/SwipeCellKit'
s
.
documentation_url
=
'https://swipecellkit.github.io/SwipeCellKit/'
s
.
social_media_url
=
'https://twitter.com/mkurabi'
s
.
author
=
'Mohammad Kurabi'
s
.
source
=
{
:git
=>
'https://github.com/SwipeCellKit/SwipeCellKit.git'
,
:tag
=>
s
.
version
}
s
.
source_files
=
'Source/*.swift'
s
.
swift_version
=
'5.0'
s
.
ios
.
deployment_target
=
'9.0'
end
Back
|
FazBrowse Home
|
New Git URL