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] Leopard-iOS 2.0.2
[CocoaPods.git]
/
Specs
/
7
/
f
/
9
/
TopicEventBus
/
0.0.1
/
TopicEventBus.podspec.json
blob
0c5c610b0ad000eede70855b992f68e07e9f0ef9
1
{
2
"name": "TopicEventBus",
3
"version": "0.0.1",
4
"summary": "TopicEventBus",
5
"homepage": "https://github.com/mcmatan/TopicEventBus",
6
"platforms": {
7
"ios": "8.0"
8
},
9
"license": {
10
"type": "MIT",
11
"file": "LICENSE"
12
},
13
"authors": {
14
"YOURNAME": "Matan"
15
},
16
"source": {
17
"git": "https://github.com/mcmatan/TopicEventBus.git",
18
"tag": "0.0.1"
19
},
20
"frameworks": "UIKit",
21
"source_files": [
22
"TopicEventBus*",
23
"Vendor/*",
24
"Resource/*"
25
],
26
"requires_arc": true
27
}