-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSCRScrollMenuController.podspec
More file actions
24 lines (19 loc) · 1.01 KB
/
SCRScrollMenuController.podspec
File metadata and controls
24 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "SCRScrollMenuController"
s.version = "0.5"
s.summary = "A container view controller with scrollable menu and scrollable content"
s.description = <<-DESC
A longer description of SCRScrollMenuController 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/joeshang/SCRScrollMenuController"
s.license = "MIT"
s.author = { "Joe Shang" => "shangchuanren@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/joeshang/SCRScrollMenuController.git", :tag => "0.5" }
s.source_files = "SCRScrollMenuController"
s.requires_arc = true
end