Skip to content

Commit

Permalink
Added JBNSLayoutConstraint.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeswanson committed Nov 8, 2013
1 parent c39cff1 commit c3e4dbd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions JBNSLayoutConstraint/1.0.0/JBNSLayoutConstraint.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|

s.name = "JBNSLayoutConstraint"
s.version = "1.0.0"
s.summary = "Adds string-based linear equations and installation help to Auto Layout."
s.homepage = "https://github.com/mikeswanson/JBNSLayoutConstraint"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Mike Swanson'
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/mikeswanson/JBNSLayoutConstraint.git", :tag => s.version.to_s }
s.source_files = 'JBNSLayoutConstraint/JBNSLayoutConstraint+LinearEquation.{h,m}', 'JBNSLayoutConstraint/JBNSLayoutConstraint+Install.{h,m}'
s.requires_arc = true

end

0 comments on commit c3e4dbd

Please sign in to comment.