Skip to content

Commit

Permalink
FIX pod urls
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed Nov 30, 2014
1 parent 7207612 commit efe3de5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CalendarIOS7.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Pod::Spec.new do |s|

s.name = "CalendarIOS7"
s.version = "0.0.5"
s.version = "0.0.6"
s.summary = "Calendar component for iOS apps."
s.requires_arc = true

s.description = <<-DESC
UICollectionViewController and Layout for a perfect iOS Calendar.
DESC

s.homepage = "https://github.com/leverdeterre/CalendarStyle"
s.homepage = "https://github.com/leverdeterre/CalendarIOS7"
s.license = 'MIT'
s.author = { "jerome Morissard" => "morissardj@gmail.com" }
s.platform = :ios, '7.0'
s.source = {
:git => 'https://github.com/leverdeterre/CalendarStyle.git',
:tag => '0.0.5'
:git => 'https://github.com/leverdeterre/CalendarIOS7.git',
:tag => '0.0.6'
}
s.source_files = 'Classes', 'CalendarIOS7/CalendarIOS7/CalendarIOS7/*.{h,m}'
s.public_header_files = 'CalendarIOS7/CalendarIOS7/CalendarIOS7/*.h'
Expand Down

0 comments on commit efe3de5

Please sign in to comment.