-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRxTiny.podspec
More file actions
28 lines (20 loc) · 914 Bytes
/
Copy pathRxTiny.podspec
File metadata and controls
28 lines (20 loc) · 914 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
26
27
28
Pod::Spec.new do |s|
s.name = "RxTiny"
s.version = "1.3.1"
s.summary = "A short description of RxTiny."
s.description = <<-DESC
A longer description of RxTiny in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = "https://github.com/jumperb/RxTiny"
s.license = "Copyright"
s.author = { "jumperb" => "zhangchutian_05@163.com" }
s.source = { :git => "git@github.com:jumperb/RxTiny.git", :tag => s.version.to_s}
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.dependency 'Hodor'
s.ios.source_files = 'Classes/*'
end