FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SweetAlert-iOS/SweetAlert.podspec at master · jiangweike/SweetAlert-iOS · GitHub
jiangweike
/
SweetAlert-iOS
Public
forked from
codestergit/SweetAlert-iOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SweetAlert-iOS
/
SweetAlert.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 559 Bytes
Breadcrumbs
SweetAlert-iOS
/
SweetAlert.podspec
Copy path
File metadata and controls
12 lines (12 loc) · 559 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"SweetAlert"
s
.
version
=
"0.1.0"
s
.
summary
=
"Thin wrapper around NSURLSession in Swift. Simplifies HTTP requests."
s
.
homepage
=
"https://github.com/codestergit/SweetAlert-iOS"
s
.
license
=
'MIT'
s
.
author
=
{
'codestergit'
=>
'https://github.com/codestergit/SweetAlert-iOS'
}
s
.
source
=
{
:git
=>
'https://github.com/codestergit/SweetAlert-iOS.git'
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
ios
.
deployment_target
=
'8.0'
s
.
source_files
=
'SweetAlert/*.swift'
s
.
requires_arc
=
'true'
end
Back
|
FazBrowse Home
|
New Git URL