From b3f0a391fa0e96418ca4f28b54a75b7271d67be5 Mon Sep 17 00:00:00 2001 From: Yury Taustahuzau Date: Sun, 22 Mar 2015 14:26:02 +0300 Subject: [PATCH] Added ROADFramework to Networking solutions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a705e8d6..cd230a8ee 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Projects in Swift language will be marked with :🔶: feel free to add your proj * [FSNetworking](https://github.com/foursquare/FSNetworking) - Foursquare iOS networking library * [ASIHTTPRequest](https://github.com/pokeb/asi-http-request) - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone. * [Overcoat](https://github.com/gonzalezreal/Overcoat) - Overcoat is a small but powerful library that makes creating REST clients simple and fun. + * [ROADFramework](https://github.com/epam/road-ios-framework) - Attributed-oriented approach for interacting with web services. The framework has built-in json and xml serialization for requests and responses and can be easily extensible. * [MBNetworkMonitor](https://github.com/emaloney/MBToolbox/blob/master/Code/Network/MBNetworkMonitor.h) - A modern replacement for Apple's `Reachability` class that uses CoreTelephony to report more [information about the user's network connection](https://rawgit.com/emaloney/MBToolbox/master/Documentation/html/Classes/MBNetworkMonitor.html). * [MBNetworkIndicator](https://github.com/emaloney/MBToolbox/blob/master/Code/Network/MBNetworkIndicator.h) - Provides a simple way to [coordinate the device's network activity indicator across multiple requests](https://rawgit.com/emaloney/MBToolbox/master/Documentation/html/Classes/MBNetworkIndicator.html). * [Alamofire](https://github.com/Alamofire/Alamofire) - Alamofire is an HTTP networking library written in Swift, from the creator of AFNetworking. 🔶