From 8204dec0b07008e2708c5243b581f5569c3f45fd Mon Sep 17 00:00:00 2001 From: AliThink Date: Thu, 29 Oct 2015 15:09:09 +0800 Subject: [PATCH] cocoapods update --- HorizontalProgress.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 HorizontalProgress.podspec diff --git a/HorizontalProgress.podspec b/HorizontalProgress.podspec new file mode 100644 index 0000000..5d88837 --- /dev/null +++ b/HorizontalProgress.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "HorizontalProgress" + s.version = "0.1.0" + s.summary = "Simple horizontal progress bar with animation" + s.homepage = "https://github.com/AliThink/HorizontalProgress" + s.license = "MIT" + s.author = { "AliThink" => "cloudsthinker@126.com" } + s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "v0.1.0" } + s.source_files = "HorizontalProgress/**/*.{h,m}" + s.platform = :ios, '7.0' + s.requires_arc = true +end