-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAXSideButtonTabBarController.podspec
More file actions
26 lines (23 loc) · 1.03 KB
/
AXSideButtonTabBarController.podspec
File metadata and controls
26 lines (23 loc) · 1.03 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
25
26
Pod::Spec.new do |s|
s.name = "AXSideButtonTabBarController"
s.version = "0.1.2"
s.summary = "Simple Tab Bar Controller with Side Buttons."
s.description = <<-DESC
Simple Tab Bar Controller with Side Buttons.
* Side buttons
* Separators
DESC
s.homepage = "https://github.com/akiroom/AXSideButtonTabBarController"
s.screenshots = "https://raw.github.com/akiroom/AXSideButtonTabBarController/master/Screenshots/ss0.png"
s.license = 'MIT'
s.author = { "Hiroki Akiyama" => "aki-hiroki@nifty.com" }
s.source = { :git => "https://github.com/akiroom/AXSideButtonTabBarController.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/akiroom'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'AXSideButtonTabBarController' => ['Pod/Assets/*.png']
}
s.frameworks = 'UIKit'
end