- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathTopicEventBus.podspec
More file actions
Latest commit
25 lines (21 loc) · 587 Bytes
/
Copy pathTopicEventBus.podspec
File metadata and controls
25 lines (21 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.newdo |s|
s.name='TopicEventBus'
s.version='0.0.2'
s.summary='TopicEventBus'
s.homepage='https://github.com/mcmatan/TopicEventBus'
s.ios.deployment_target='8.0'
s.platform=:ios,'8.0'
s.license={
:type=>'MIT',
:file=>'LICENSE'
}
s.author={
'YOURNAME'=>'Matan'
}
s.source={
:git=>'https://github.com/mcmatan/TopicEventBus.git',
:tag=>"#{s.version}"}
s.framework="UIKit"
s.source_files='TopicEventBus*','Classes/*','Resource/*'
s.requires_arc=true
end