FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BetterCodable/BetterCodable.podspec at master · marksands/BetterCodable · GitHub
marksands
/
BetterCodable
Public
Notifications
You must be signed in to change notification settings
Fork
82
Star
1.8k
Code
Issues
9
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BetterCodable
/
BetterCodable.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (17 loc) · 739 Bytes
Breadcrumbs
BetterCodable
/
BetterCodable.podspec
Copy path
File metadata and controls
19 lines (17 loc) · 739 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'BetterCodable'
s
.
version
=
'0.4.0'
s
.
swift_versions
=
[
'5.1'
]
s
.
summary
=
'Better Codable through Property Wrappers'
s
.
homepage
=
'https://github.com/marksands/BetterCodable'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Mark Sands'
=>
'http://marksands.github.io/'
}
s
.
social_media_url
=
'https://twitter.com/marksands'
s
.
ios
.
deployment_target
=
'10.0'
s
.
osx
.
deployment_target
=
'10.12'
s
.
tvos
.
deployment_target
=
'10.0'
s
.
watchos
.
deployment_target
=
'3.0'
s
.
source
=
{
:git
=>
'https://github.com/marksands/BetterCodable.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
source_files
=
'Sources/**/*.swift'
s
.
frameworks
=
'Foundation'
end
Back
|
FazBrowse Home
|
New Git URL