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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
c
/
b
/
7
/
WJAsync
/
0.1.0
/
WJAsync.podspec.json
blob
3a5c98930dc03b01ee3563e30031eb0e8316903f
1
{
2
"name": "WJAsync",
3
"version": "0.1.0",
4
"summary": "异步任务管理.",
5
"description": "基于 GCD 和 Block 实现的一款 OC 版轻量级异步任务管理器.",
6
"homepage": "https://github.com/xinweishang/WJAsync",
7
"license": "MIT",
8
"authors": {
9
"王俊": "1127132348@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/xinweishang/WJAsync.git",
16
"tag": "0.1.0"
17
},
18
"source_files": [
19
"WJAsync",
20
"WJAsync/**"
21
],
22
"exclude_files": "Classes/Exclude"
23
}