FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NetworkEye/NetworkEye.podspec at master · augmify/NetworkEye · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
augmify
/
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) · 731 Bytes
Breadcrumbs
NetworkEye
/
NetworkEye.podspec
Copy path
File metadata and controls
executable file
·
21 lines (15 loc) · 731 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
=
"0.9.5"
s
.
summary
=
"NetworkEye - 监控App内所有HTTP请求并显示请求相关的所有信息,方便App开发的网络调试。"
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"
,
:commit
=>
"0b51776a98a50cc79904b67af0838136c6f87bdc"
}
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