From a4dfdce016b60fdf045739c77a6546d1e9294fc2 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Wed, 13 Feb 2013 12:31:13 -0500 Subject: [PATCH] [Add] TimesSquare (1.0.1) Signed-off-by: Alexsander Akers --- TimesSquare/1.0.1/TimesSquare.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TimesSquare/1.0.1/TimesSquare.podspec diff --git a/TimesSquare/1.0.1/TimesSquare.podspec b/TimesSquare/1.0.1/TimesSquare.podspec new file mode 100644 index 00000000..7e957eda --- /dev/null +++ b/TimesSquare/1.0.1/TimesSquare.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "TimesSquare" + s.version = "1.0.1" + s.summary = "TimesSquare is an Objective-C calendar view for your apps." + s.homepage = "https://github.com/square/objc-TimesSquare" + s.license = 'Apache License, Version 2.0' + s.author = { "Square" => "http://squareup.com" } + s.source = { :git => "https://github.com/square/objc-TimesSquare.git", :tag => s.version.to_s } + s.platform = :ios, '5.0' + s.source_files = 'TimesSquare/*.{h,m}' + s.requires_arc = true +end \ No newline at end of file