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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
a
/
4
/
3
/
FAQMediator
/
0.1.0
/
FAQMediator.podspec.json
blob
d5854b3bcb472f1c8b5e20fa14175a78b355ac71
1
{
2
"name": "FAQMediator",
3
"version": "0.1.0",
4
"summary": "组件化中间件",
5
"description": "利用TargetAction的调用方式来解决组件间的耦合的组件",
6
"homepage": "https://github.com/onexf/FAQMediator",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"onexf": "630850673@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/onexf/FAQMediator.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "FAQMediator/Classes/**/*"
22
}