blob: 8bcf6b3f74877562b9dcc2e9ebd8d876934ee963 [file] [log] [blame]
{
"name": "AFCSVParserResponseSerializer",
"version": "1.0.0",
"summary": "AFNetworking Extension for the CSV format.",
"homepage": "https://github.com/Superbil/AFCSVParserResponseSerializer",
"license": "MIT",
"authors": {
"Superbil": "superbil@gmail.com"
},
"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"
]
}
}