FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NASWalletCore/NASLib.podspec at master · hydraCy/NASWalletCore · GitHub
hydraCy
/
NASWalletCore
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
NASWalletCore
/
NASLib.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 466 Bytes
Breadcrumbs
NASWalletCore
/
NASLib.podspec
Copy path
File metadata and controls
12 lines (11 loc) · 466 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
=
"NASLib"
s
.
version
=
"1.0.0"
s
.
homepage
=
"https://github.com/hydraCy/NASWalletCore"
s
.
summary
=
'NAS Walletcore.'
s
.
license
=
{
:type
=>
'MIT'
}
s
.
author
=
{
"蔡宇"
=>
"461189296@qq.com"
}
s
.
source
=
{
:git
=>
"https://github.com/hydraCy/NASWalletCore.git"
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
platform
=
:ios
,
'8.0'
s
.
vendored_frameworks
=
'NASLib/Walletcore.framework'
end
Back
|
FazBrowse Home
|
New Git URL