A template for binding to webservices using NSOperation and NSOperationQueue. Simply subclass Webservice to get started on your own webservice
###Installation
#####Cocoa Pods
pod 'iOSWebserviceTemplate'
Copy the following files into your project:
WebOperation{.h,.m}
WebOperationHeaders{.h}
WebService{.h,.m}