I'm working on the script in objective-c. I created a "Command Line Tool" in xcode and I want to request a JSON web service.
In my previous iPhone apps I use to import ASIHTTPRequest framework. Unfortunetly this framework use UIKit library.
I don't want to import this library and all these dependencies.
Do you know a good framework or library that I can use in my Command Line Tool application ?
Thanks.