FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ID3TagEditor/ID3TagEditor.podspec at main · chicio/ID3TagEditor · GitHub
chicio
/
ID3TagEditor
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
273
Code
Issues
10
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ID3TagEditor
/
ID3TagEditor.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (20 loc) · 975 Bytes
Breadcrumbs
ID3TagEditor
/
ID3TagEditor.podspec
Copy path
File metadata and controls
25 lines (20 loc) · 975 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
19
20
21
22
23
24
25
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"ID3TagEditor"
s
.
version
=
"5.5.0"
s
.
summary
=
"A swift library to read and modify ID3 Tag of any mp3 file"
s
.
description
=
<<-DESC
A swift library to read and modify ID3 Tag of any mp3 file.
DESC
s
.
homepage
=
"https://github.com/chicio/ID3TagEditor"
s
.
screenshots
=
"https://raw.githubusercontent.com/chicio/ID3TagEditor/master/Screenshots/01-example.png"
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"LICENSE.md"
}
s
.
author
=
{
"chicio"
=>
"fabrizio.duroni@gmail.com"
}
s
.
social_media_url
=
"https://github.com/chicio"
s
.
source
=
{
:git
=>
"https://github.com/chicio/ID3TagEditor.git"
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
ios
.
deployment_target
=
'15.0'
s
.
osx
.
deployment_target
=
'12.0'
s
.
tvos
.
deployment_target
=
'15.0'
s
.
watchos
.
deployment_target
=
'8.0'
s
.
source_files
=
"Source"
,
"Source/**/*.{h,m}"
,
"Source/**/*.swift"
s
.
swift_version
=
'6.0'
end
Back
|
FazBrowse Home
|
New Git URL