Skip to content

Commit

Permalink
add CYLTabBarController.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYilong committed Oct 25, 2015
1 parent 59f4d6f commit 8027def
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CYLTabBarController.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CYLTabBarController"
s.version = "1.0.0"
s.summary = "Highly customizable tabBar and tabBarController for iOS"
s.description = "CYLTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController."
s.homepage = "https://github.com/ChenYilong/CYLTabBarController"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "ChenYilong" => "luohanchenyilong@163.com" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/ChenYilong/CYLTabBarController.git", :tag => "v1.0.0" }
s.source_files = 'CYLTabBarController', 'CYLTabBarController/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 8027def

Please sign in to comment.