Skip to content

Commit

Permalink
Update Name to FlexTabBar
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkettner committed Jan 1, 2017
1 parent ac56f68 commit 45439ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions FlexTabBar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "FlexTabBar"
s.version = "1.0.2"
s.summary = "Flexible Tab Bar for Swift"
s.homepage = "https://github.com/wonderkiln/FlexTabBar"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Adrian Mateoaea" => "[email protected]" }

s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'

s.source = { :git => "https://github.com/wonderkiln/FlexTabBar.git", :branch => "master", :tag => "#{s.version}" }
s.source_files = "WKTabBarController/**/*.swift"
end
14 changes: 0 additions & 14 deletions WKTabBarController.podspec

This file was deleted.

0 comments on commit 45439ea

Please sign in to comment.