FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NetworkEye/NetworkEye.podspec at master · chenruixuan/NetworkEye · GitHub
chenruixuan
/
NetworkEye
Public
forked from
coderyi/NetworkEye
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
NetworkEye
/
NetworkEye.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
21 lines (15 loc) · 710 Bytes
Breadcrumbs
NetworkEye
/
NetworkEye.podspec
Copy path
File metadata and controls
executable file
·
21 lines (15 loc) · 710 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"NetworkEye"
s
.
version
=
"1.0"
s
.
summary
=
"NetworkEye - a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request."
s
.
homepage
=
"https://github.com/coderyi/NetworkEye"
s
.
license
=
"MIT"
s
.
authors
=
{
"coderyi"
=>
"coderyi@163.com"
}
s
.
source
=
{
:git
=>
"https://github.com/coderyi/NetworkEye.git"
,
:tag
=>
"1.0"
}
s
.
frameworks
=
'Foundation'
,
'CoreGraphics'
,
'UIKit'
s
.
library
=
"sqlite3"
s
.
platform
=
:ios
,
'7.0'
s
.
source_files
=
'NetworkEye/NetworkEye/**/*.{h,m,png}'
s
.
requires_arc
=
true
s
.
dependency
"FMDB/SQLCipher"
,
"~> 2.5"
end
Back
|
FazBrowse Home
|
New Git URL