Skip to content

Commit

Permalink
version new
Browse files Browse the repository at this point in the history
cocoapods
  • Loading branch information
niravspaceo committed Mar 10, 2014
1 parent 4cfde0d commit 6ca3432
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NVCalendar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "NVCalendar"
s.version = "1.0.1"
s.summary = "NVCalendar is simply 2*2 view to display months,you can click on any date with beautiful animation."
s.homepage = "https://github.com/niravspaceo/NVCalendar"
s.author = { "niravspaceo" => "nirav.patel@spaceotechnologies.com" }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios, '6.0'
s.source = { :git => 'https://github.com/niravspaceo/NVCalendar.git', :tag => '1.0.1' }
s.source_files = 'NVCalendar/*.{h,m}'
end

0 comments on commit 6ca3432

Please sign in to comment.