An open API service indexing awesome lists of open source software.

https://github.com/superbil/afcsvparserresponseserializer

AFNetworking Serializer for the CSV format
https://github.com/superbil/afcsvparserresponseserializer

cocoapods

Last synced: 9 months ago
JSON representation

AFNetworking Serializer for the CSV format

Awesome Lists containing this project

README

          

# AFCSVParserResponseSerializer

[![Version](https://img.shields.io/cocoapods/v/AFCSVParserResponseSerializer.svg?style=flat)](http://cocoadocs.org/docsets/AFCSVParserResponseSerializer)
[![License](https://img.shields.io/cocoapods/l/AFCSVParserResponseSerializer.svg?style=flat)](http://cocoadocs.org/docsets/AFCSVParserResponseSerializer)
[![Platform](https://img.shields.io/cocoapods/p/AFCSVParserResponseSerializer.svg?style=flat)](http://cocoadocs.org/docsets/AFCSVParserResponseSerializer)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

* [AFNetworking](https://github.com/AFNetworking/AFNetworking/) 2.3.+
* [CHCSVParser](https://github.com/davedelong/CHCSVParser) 2.0+

## Installation

AFCSVParserResponseSerializer is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "AFCSVParserResponseSerializer"

## Author

Superbil, superbil@gmail.com

## License

AFCSVParserResponseSerializer is available under the [MIT](http://superbil.mit-license.org) license. See the LICENSE file for more info.