FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
LBXScan/LBXScan.podspec at master · xmliteworkltd/LBXScan · GitHub
xmliteworkltd
/
LBXScan
Public
forked from
MxABC/LBXScan
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
LBXScan
/
LBXScan.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 555 Bytes
Breadcrumbs
LBXScan
/
LBXScan.podspec
Copy path
File metadata and controls
14 lines (14 loc) · 555 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
.
name
=
'LBXScan'
s
.
version
=
'1.1.2'
s
.
summary
=
'ios scan wrapper'
s
.
homepage
=
'https://github.com/MxABC'
s
.
license
=
'MIT'
s
.
authors
=
{
'lbxia'
=>
'lbxia20091227@foxmail.com'
}
s
.
platform
=
:ios
,
'6.0'
s
.
source
=
{
:git
=>
'https://github.com/MxABC/LBXScan.git'
,
:tag
=>
s
.
version
}
s
.
requires_arc
=
true
s
.
source_files
=
'LBXScan/*.{h,m}'
s
.
prefix_header_contents
=
'#import <Foundation/Foundation.h>'
s
.
dependency
'ZXingObjC'
,
'~> 3.0'
end
Back
|
FazBrowse Home
|
New Git URL