repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] BoostAI 1.1.28
[CocoaPods.git]
/
Specs
/
b
/
8
/
5
/
Ping
/
1.0.1
/
Ping.podspec.json
blob
c1a47cff873f2832616007fbd45f10af13716519
1
{
2
"name": "Ping",
3
"version": "1.0.1",
4
"summary": "Ping tools for iOS and macOS.",
5
"homepage": "https://github.com/connerwu/Ping",
6
"license": "MIT",
7
"authors": {
8
"ConnerWu": "244295790@qq.com"
9
},
10
"source": {
11
"git": "https://github.com/connerwu/Ping.git",
12
"tag": "1.0.1"
13
},
14
"source_files": "Source",
15
"requires_arc": true,
16
"platforms": {
17
"ios": "7.0",
18
"osx": "10.10"
19
},
20
"ios": {
21
"frameworks": [
22
"CFNetwork",
23
"Security"
24
]
25
},
26
"osx": {
27
"frameworks": [
28
"CoreServices",
29
"Security"
30
]
31
}
32
}