Skip to content

Commit

Permalink
Merge pull request CocoaPods#4446 from vkovtash/master
Browse files Browse the repository at this point in the history
[UPDATE] VKInputToolbar Version 0.3.1
  • Loading branch information
keith committed Oct 4, 2013
2 parents 1e5bf19 + e1467a2 commit 0c4a830
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VKInputToolbar/0.3/VKInputToolbar.podspec
Expand Up @@ -11,4 +11,11 @@ Pod::Spec.new do |s|
s.source_files = 'UIInputToolbarSample/Classes/UIInputToolbar'
s.resources = "UIInputToolbarSample/Resources/*.png"
s.requires_arc = true
s.prefix_header_contents = "
#define SYSTEM_VERSION_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedSame)
#define SYSTEM_VERSION_GREATER_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedDescending)
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)
#define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedDescending)
"
end

0 comments on commit 0c4a830

Please sign in to comment.