- Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy pathTimesSquare.podspec
More file actions
Latest commit
12 lines (12 loc) · 555 Bytes
/
Copy pathTimesSquare.podspec
File metadata and controls
12 lines (12 loc) · 555 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="TimesSquare"
s.version="1.0.2"
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",:tag=>s.version.to_s}
s.platform=:ios,'5.0'
s.source_files='TimesSquare/*.{h,m}'
s.requires_arc=true
end