[Add] TimesSquare (1.0.1)
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user