forked from antiguab/BATabBarController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BATabBarController.podspec
26 lines (26 loc) · 1.79 KB
/
BATabBarController.podspec
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 = "BATabBarController"
s.version = "0.1.0"
s.summary = "A TabBarController with a unique animation for selection"
s.description = <<-DESC
The standard TabBarController is very limited in terms of animations when you make a selection.
This cocoapod allows you to use one with a sleek animation with customizable properties!
DESC
s.homepage = "https://github.com/antiguab/BATabBarController"
s.screenshots = "https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot1.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot2.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot3.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot4.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot5.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot6.png",
"https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/screenshot7.png"
s.license = 'MIT'
s.author = { "Bryan Antigua" => "[email protected]" }
s.source = { :git => "https://github.com/antiguab/BATabBarController.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/brantigua'
s.platform = :ios, 9.0
s.requires_arc = true
s.source_files = 'BATabBarController/Classes/**/*'
s.frameworks = 'UIKit'
s.dependency 'Masonry'
end