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