Skip to content

Commit

Permalink
Added tvos support in cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeelen committed Dec 8, 2015
1 parent 62dac7d commit 69f5cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFQuiltLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a maison laying bricks.'
s.homepage = 'https://github.com/bryceredd/RFQuiltLayout'
s.author = { 'bryce' => 'bryce@i.tv' }
s.source = { :git => 'https://github.com/ppeelen/RFQuiltLayout.git', :tag => '1.1.1' }
s.source = { :git => 'https://github.com/bryceredd/RFQuiltLayout.git', :tag => '1.1.1' }
s.description = 'Lays out cells with various widths and heights on the page. The cells are positioned in a patch-work layout so each fits next to the other, leaving no extra spaces when possible'
s.source_files = 'RFQuiltLayout'
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit 69f5cec

Please sign in to comment.