Skip to content

Commit

Permalink
Merge pull request #629 from peterp/master
Browse files Browse the repository at this point in the history
Added TownPlan
  • Loading branch information
fabiopelosin committed Oct 19, 2012
2 parents a72beb1 + 487ab9c commit d3b8da9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TownPlan/0.0.1/TownPlan.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "TownPlan"
s.version = "0.0.1"
s.summary = "Is a UIView layout helper."
s.homepage = "https://github.com/peterp/TownPlan"
s.license = 'MIT'

s.author = { "Peter Pistorius" => "peterp@appfactory.co.za" }
s.source = { :git => "https://github.com/peterp/TownPlan.git", :tag => "0.0.1" }

s.platform = :ios, '5.0'
s.source_files = 'Classes', 'src/*.{h,m}'
s.framework = 'UIKit.framework'
s.requires_arc = true

end

0 comments on commit d3b8da9

Please sign in to comment.