From 8027defb4a8bc6eafb764804f4eba63c1d0e6ea9 Mon Sep 17 00:00:00 2001 From: stevechen Date: Sun, 25 Oct 2015 14:31:22 +0800 Subject: [PATCH] add CYLTabBarController.podspec --- CYLTabBarController.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CYLTabBarController.podspec diff --git a/CYLTabBarController.podspec b/CYLTabBarController.podspec new file mode 100644 index 00000000..7c2da49d --- /dev/null +++ b/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