Last active
December 31, 2015 15:08
-
-
Save roothybrid7/8004486 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'RBStoryboardLink' | |
s.version = '0.0.6' | |
s.summary = 'Makes transitioning between storyboards possible.' | |
s.homepage = 'https://github.com/rob-brown/RBStoryboardLink' | |
s.license = { | |
:type => 'MIT', | |
:file => 'LICENSE' | |
} | |
s.author = 'Robert Brown' | |
s.source = { | |
:git => 'https://github.com/a2/RBStoryboardLink.git', | |
:commit => '8bb79993887869ed86cc70980d95d94c9b113afd' | |
} | |
s.platform = :ios, '6.0' | |
s.source_files = 'RBStoryboardLink.{h,m}' | |
s.public_header_files = 'RBStoryboardLink.h' | |
s.frameworks = 'UIKit' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment