Skip to content

Commit

Permalink
Merge pull request #2 from a2/master
Browse files Browse the repository at this point in the history
Add podspec
  • Loading branch information
puls committed Feb 1, 2013
2 parents b981884 + a45e3e3 commit d3e619c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions objc-TimesSquare.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "objc-TimesSquare"
s.version = "1.0.0"
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", :branch => "master" }
s.platform = :ios, '5.0'
s.source_files = 'TimesSquare/*.{h,m}'
s.requires_arc = true
end

0 comments on commit d3e619c

Please sign in to comment.