FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MagicTimer/MagicTimer.podspec at master · MagicTimerFW/MagicTimer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MagicTimerFW
/
MagicTimer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
19
Star
168
Code
Issues
2
Pull requests
2
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
MagicTimer
/
MagicTimer.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (14 loc) · 792 Bytes
Breadcrumbs
MagicTimer
/
MagicTimer.podspec
Copy path
File metadata and controls
16 lines (14 loc) · 792 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'MagicTimer'
s
.
version
=
'1.0.7'
s
.
summary
=
'MagicTimer framework, your ultimate solution for handling timers in your iOS applications. This framework provides a powerful and flexible timer implementation with various features to meet your timer needs.'
s
.
homepage
=
'https://github.com/MagicTimerFW/MagicTimer'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'sadeghgoo'
=>
'sadeghitunes2@gmail.com'
}
s
.
source
=
{
:git
=>
'https://github.com/MagicTimerFW/MagicTimer.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
ios
.
deployment_target
=
'11.0'
s
.
swift_versions
=
[
'5.0'
]
s
.
source_files
=
'Sources/**/*'
s
.
frameworks
=
'Foundation'
s
.
dependency
'MathOperators'
end
Back
|
FazBrowse Home
|
New Git URL