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
- Host: GitHub
- URL: https://github.com/superbil/afcsvparserresponseserializer
- Owner: Superbil
- License: mit
- Created: 2014-06-23T12:18:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T18:01:44.000Z (over 8 years ago)
- Last Synced: 2025-04-13T05:56:33.019Z (about 1 year ago)
- Topics: cocoapods
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AFCSVParserResponseSerializer
[](http://cocoadocs.org/docsets/AFCSVParserResponseSerializer)
[](http://cocoadocs.org/docsets/AFCSVParserResponseSerializer)
[](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.