FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Instructions/Instructions.podspec at main · ephread/Instructions · GitHub
ephread
/
Instructions
Public
Notifications
You must be signed in to change notification settings
Fork
478
Star
5.2k
Code
Issues
12
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Instructions
/
Instructions.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 756 Bytes
Breadcrumbs
Instructions
/
Instructions.podspec
Copy path
File metadata and controls
18 lines (15 loc) · 756 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
|
spec
|
spec
.
cocoapods_version
=
'>= 1.0'
spec
.
name
=
"Instructions"
spec
.
version
=
"2.3.0"
spec
.
summary
=
"Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift."
spec
.
homepage
=
"https://github.com/ephread/Instructions"
spec
.
license
=
'MIT'
spec
.
author
=
{
"Frédéric Maquin"
=>
"fred@ephread.com"
}
spec
.
source
=
{
:git
=>
"https://github.com/ephread/Instructions.git"
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
swift_version
=
'5.0'
spec
.
platform
=
:ios
,
'9.0'
spec
.
requires_arc
=
true
spec
.
source_files
=
'Instructions'
,
'Sources/**/*.swift'
spec
.
exclude_files
=
'**/*+AppExtensions.swift'
end
Back
|
FazBrowse Home
|
New Git URL