Skip to content

Commit

Permalink
TownPlan incorrectly referencing UIKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Oct 21, 2012
1 parent 70d81f1 commit d3ca004
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions TownPlan/0.0.1/TownPlan.podspec
Expand Up @@ -4,13 +4,10 @@ Pod::Spec.new do |s|
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.platform = :ios, 5.0
s.source_files = 'Classes', 'src/*.{h,m}'
s.framework = 'UIKit.framework'
s.frameworks = 'UIKit'
s.requires_arc = true

end
end

0 comments on commit d3ca004

Please sign in to comment.