Skip to content

Commit

Permalink
Added Spec for AutoLayoutShorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Anup Doshi committed Dec 10, 2013
1 parent 46260d2 commit 411495e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AutoLayoutShorthand/0.0.1/AutoLayoutShorthand.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|

s.name = "AutoLayoutShorthand"
s.version = "0.0.1"
s.summary = "alternative system for creating and adding Cocoa Auto Layout constraints"
s.homepage = "https://github.com/rentzsch/AutoLayoutShorthand"
s.license = { :type => "MIT",
:text => <<-LICENSE
LICENSE
}
s.author = { "Jonathan 'Wolf' Rentzsch" => "" }
s.source = { :git => "https://github.com/rentzsch/AutoLayoutShorthand.git", :commit => "3be3a6ee2f9928349c914a9cff238429f68dba5c" }

s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end

0 comments on commit 411495e

Please sign in to comment.