Following warning were raised. yyunput

How can i fix them?
Looks like the podspec needs to have an xcconfig options set to silence warnings about unused functions (the unused functions are produced by a lexer generator, so it's not really feasible to remove them). I'll take a look when I have time. In the meantime you can change the line in your podfile to, eg., pod 'Slash', '~>0.1.2', :inhibit_warnings => true to silence them in your project.
Sounds good.
On Jan 27, 2014, at 5:06 PM, Chris Devereux [email protected] wrote:
Looks like the podspec needs to have an xcconfig options set to silence warnings about unused functions (the unused functions are produced by a lexer generator, so it's not really feasible to remove them). I'll take a look when I have time. In the meantime you can change the line in your podfile to, eg., pod 'Slash', '~>0.1.2', :inhibit_warnings => true to silence them in your project.
— Reply to this email directly or view it on GitHub.
+1 (and nice lib, btw, love it!)