Skip to content

Commit

Permalink
Adding platform and requires_arc to podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezequiel Scaruli committed Apr 23, 2015
1 parent 3ea3f58 commit eb637d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ESFeedbackViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ Pod::Spec.new do |s|
s.source = {:git => "https://github.com/ezescaruli/ESFeedbackViewController.git", :tag => "0.1.0"}
s.source_files = "ESFeedbackViewController/**/*.{h,m}"
s.resources = "ESFeedbackViewController/Storyboard/Feedback.storyboard"
s.platform = :ios, "7.0"
s.requires_arc = true

end

0 comments on commit eb637d5

Please sign in to comment.