forked from CVCalendar/CVCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVCalendar.podspec
More file actions
17 lines (15 loc) · 743 Bytes
/
Copy pathCVCalendar.podspec
File metadata and controls
17 lines (15 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "CVCalendar"
s.version = "1.2.6"
s.summary = "A custom visual calendar for iOS 8+ written in Swift (2.0)."
s.homepage = "https://github.com/Mozharovsky/CVCalendar"
s.screenshot = "https://raw.githubusercontent.com/Mozharovsky/CVCalendar/master/Screenshots/CVCalendar_White.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Eugene Mozharovsky" => "mozharovsky@live.com" }
s.social_media_url = "https://twitter.com/DottieYottie"
s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Mozharovsky/CVCalendar.git", :tag => s.version }
s.source_files = "CVCalendar/*.swift"
s.requires_arc = true
end