FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HandyJSON/HandyJSON.podspec at master · alibaba/HandyJSON · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
alibaba
/
HandyJSON
Public
Notifications
You must be signed in to change notification settings
Fork
677
Star
4.3k
Code
Issues
218
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
HandyJSON
/
HandyJSON.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 787 Bytes
Breadcrumbs
HandyJSON
/
HandyJSON.podspec
Copy path
File metadata and controls
22 lines (17 loc) · 787 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
20
21
22
Pod
::
Spec
.
new
do
|
s
|
s
.
author
=
{
'xuyecan'
=>
'xuyecan@gmail.com'
}
s
.
license
=
'Apache License 2.0'
s
.
requires_arc
=
true
s
.
version
=
'5.0.4-beta'
s
.
homepage
=
"https://github.com/alibaba/handyjson"
s
.
name
=
"HandyJSON"
s
.
source_files
=
'Source/**/*.{swift,h,m}'
s
.
source
=
{
:git
=>
'https://github.com/alibaba/HandyJSON.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
summary
=
'A Json Serialization & Deserialization Library for Swift'
s
.
description
=
'A Handy Json Library for Swift which serials object to json and deserials json to object'
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.9'
s
.
watchos
.
deployment_target
=
'2.0'
s
.
tvos
.
deployment_target
=
'9.0'
s
.
pod_target_xcconfig
=
{
'SWIFT_VERSION'
=>
'5.0'
}
end
Back
|
FazBrowse Home
|
New Git URL