Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created September 11, 2014 11:02
Show Gist options
  • Save PaulTaykalo/7c9263d55b186317a432 to your computer and use it in GitHub Desktop.
Save PaulTaykalo/7c9263d55b186317a432 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "KeepLayout"
s.version = "1.3.0"
s.summary = "Making Auto Layout easier to code."
s.homepage = "https://github.com/iMartinKiss/KeepLayout"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = 'Martin Kiss'
s.source = { :git => "https://github.com/iMartinKiss/KeepLayout.git", :commit => "9641ab993c8261ce7b10ae3c42f8c173c853ef7c" }
s.platform = :ios, '7.0'
s.source_files = 'Sources'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment