FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AnyCodable/DynamicCodable.podspec at master · levantAJ/AnyCodable · GitHub
levantAJ
/
AnyCodable
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
82
Code
Issues
3
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AnyCodable
/
DynamicCodable.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 497 Bytes
Breadcrumbs
AnyCodable
/
DynamicCodable.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 497 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
Pod
::
Spec
.
new
do
|
s
|
s
.
module_name
=
'DynamicCodable'
s
.
name
=
'DynamicCodable'
s
.
version
=
'1.0'
s
.
license
=
'MIT'
s
.
summary
=
'Encode & Decode [String: Any] and [Any]'
s
.
homepage
=
'https://github.com/levantAJ'
s
.
authors
=
{
'Tai Le'
=>
'sirlevantai@gmail.com'
}
s
.
source
=
{
:git
=>
'https://github.com/levantAJ/AnyCodable.git'
,
:tag
=>
s
.
version
}
s
.
source_files
=
'AnyCodable/**/*.{h,swift}'
s
.
platform
=
:ios
s
.
ios
.
deployment_target
=
'8.0'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL