2 "name": "VKInputToolbar",
7 "summary": "Messages style input toolbar for iOS.",
8 "homepage": "https://github.com/vkovtash/inputtoolbar",
11 "Vlad Kovtash": "v.kovtash@gmail.com"
14 "git": "https://github.com/vkovtash/inputtoolbar.git",
17 "source_files": "UIInputToolbarSample/Classes/UIInputToolbar",
18 "resources": "UIInputToolbarSample/Resources/*.png",
20 "prefix_header_contents": "\n#define SYSTEM_VERSION_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedSame)\n#define SYSTEM_VERSION_GREATER_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedDescending)\n#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)\n#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)\n#define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedDescending)\n"