Skip to content

Commit

Permalink
Merge pull request #101 from marko1503/patch-1
Browse files Browse the repository at this point in the history
Set iOS minimal version to 7.0
  • Loading branch information
nfarina committed Jan 13, 2016
2 parents 676ab56 + 826016a commit 4f8a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMCalloutView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.author = { "Nick Farina" => "nfarina@gmail.com" }
s.source = { :git => "https://github.com/nfarina/calloutview.git", :tag => "2.1.3" }
s.platform = :ios
s.platform = :ios, '7.0'
s.source_files = 'SMCalloutView.{h,m}', 'SMClassicCalloutView.{h,m}'
s.requires_arc = true
end

0 comments on commit 4f8a317

Please sign in to comment.