From a994a5d2ee8e8801cd4c9645427db3c74d52227e Mon Sep 17 00:00:00 2001 From: Alexander Tkachenko Date: Thu, 17 Apr 2014 16:47:11 +0300 Subject: [PATCH] Podspec added --- EasyTimeline.podspec | 19 +++++++++++++++++++ README.md | 13 +++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 EasyTimeline.podspec diff --git a/EasyTimeline.podspec b/EasyTimeline.podspec new file mode 100644 index 0000000..0480465 --- /dev/null +++ b/EasyTimeline.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + + s.name = "EasyTimeline" + s.version = "0.0.1" + s.summary = "An easy timeline class for your timeline needs" + + s.description = <<-DESC + An easy timeline class for your timeline needs + DESC + + s.homepage = "https://github.com/mmislam101/EasyTimeline" + + + s.license = 'unlicense' + s.author = { "Mohammed Islam" => "" } + s.source = { :git => "https://github.com/mmislam101/EasyTimeline.git", :commit => "e657c34d5a9918cb2862b702bc368a9333a9a5e8" } + + s.source_files = 'EasyTimeline', 'EasyTimeline/*.{h,m}' +end diff --git a/README.md b/README.md index ef50e4f..85efc85 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ But what if you want something to happen every 2 seconds and then at the 7th sec That's where **Easy Timeline** comes into play. +###Installation + +You can install it via Cocoapods: + +Add into your Podfile: + + pod 'EasyTimeline', :git => 'https://github.com/mmislam101/EasyTimeline' +And run + + pod update + +Or you can just add EasyTimeline folder to your project. + ###Setup Init with: