forked from WenchaoD/FSCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSCalendar.podspec
More file actions
19 lines (15 loc) · 761 Bytes
/
FSCalendar.podspec
File metadata and controls
19 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "FSCalendar"
s.version = "2.8.0"
s.summary = "A superiorly awesome iOS7+ calendar control, compatible with Objective-C and Swift."
s.homepage = "https://github.com/WenchaoD/FSCalendar"
s.screenshots = "https://cloud.githubusercontent.com/assets/5186464/10262249/4fabae40-69f2-11e5-97ab-afbacd0a3da2.jpg"
s.license = 'MIT'
s.author = { "Wenchao Ding" => "f33chobits@gmail.com" }
s.source = { :git => "https://github.com/WenchaoD/FSCalendar.git", :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.framework = 'UIKit', 'QuartzCore'
s.source_files = 'FSCalendar/*.{h,m}'
end