Skip to content

Commit

Permalink
fixed spec to work with arc and iOS 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Hallas committed Sep 6, 2013
1 parent a57a495 commit b20b8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMPopTipView/2.0.0/CMPopTipView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = 'CMPopTipView/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
s.ios.deployment_target = "5.0"
end

0 comments on commit b20b8d1

Please sign in to comment.