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] ACWebSocketClient 0.1.0
[CocoaPods.git]
/
Specs
/
6
/
a
/
8
/
AZTime
/
0.1.0
/
AZTime.podspec.json
blob
66d39b0a9d03ed1ba1d2137e414c16bb97ec5fde
1
{
2
"name": "AZTime",
3
"version": "0.1.0",
4
"summary": "简单易用的倒计时管理器 + 计算本地时间与服务器时间偏差",
5
"homepage": "https://github.com/AlfredZY/AZTime",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Alfred Zhang": "AlfredZhang@foxmail.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/AlfredZY/AZTime.git",
18
"tag": "0.1.0"
19
},
20
"source_files": "AZTime/*.{h,m}",
21
"requires_arc": true
22
}