Skip to content

Commit

Permalink
Merge pull request #2 from ElaWorkshop/master
Browse files Browse the repository at this point in the history
Add MLCalendarView.podspec
  • Loading branch information
gyetvan-andras committed Dec 27, 2015
2 parents 1b09119 + ad07b7c commit 82d5f55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MLCalendarView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "MLCalendarView"
s.version = "0.1"
s.summary = "Calendar component for OS X inspired by some free iOS alternatives."
s.homepage = "https://github.com/gyetvan-andras/Calendar-OSX"

s.license = 'MIT'
s.author = { "Gyetván András" => "gyetvan.andras@gmail.com" }

s.platform = :osx, '10.10'
s.source = { :git => "https://github.com/gyetvan-andras/Calendar-OSX.git", :tag => s.version }
s.source_files = 'MLCalendarSample/ML*.{h,m}'
s.resources = 'MLCalendarSample/*.xib'
s.requires_arc = true
end

0 comments on commit 82d5f55

Please # to comment.