Latest | 1.0.0 |
---|---|
Homepage | https://github.com/Superbil/AFCSVParserResponseSerializer |
License | MIT |
Platforms | ios 9.0, requires ARC |
Dependencies | AFNetworking, CHCSVParser |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- AFNetworking 2.3.+
- CHCSVParser 2.0+
Installation
AFCSVParserResponseSerializer is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "AFCSVParserResponseSerializer"
Author
Superbil, [email protected]
License
AFCSVParserResponseSerializer is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AFCSVParserResponseSerializer", "version": "1.0.0", "summary": "AFNetworking Extension for the CSV format.", "homepage": "https://github.com/Superbil/AFCSVParserResponseSerializer", "license": "MIT", "authors": { "Superbil": "[email protected]" }, "source": { "git": "https://github.com/Superbil/AFCSVParserResponseSerializer.git", "tag": "1.0.0" }, "social_media_url": "https://twitter.com/superbil", "platforms": { "ios": "9.0" }, "requires_arc": true, "source_files": "Classes/ios/*.{h,m}", "dependencies": { "AFNetworking": [ "~> 3.0" ], "CHCSVParser": [ "~> 2.0" ] } }
Sat, 04 Nov 2017 01:00:03 +0000