[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 1 / csvparserwrapper / 0.0.1 / csvparserwrapper.podspec.json
blob09919d501507cba74ac3207c0f614c6745a32529
2   "name": "csvparserwrapper",
3   "version": "0.0.1",
4   "summary": "A swift wrapper for a fast C++ CSV parser by aria",
5   "description": "A light and fast CSV parser built on an elegant C++ CSV parser. More information on the C++ parser can be found in https://github.com/AriaFallah/csv-parser.",
6   "homepage": "https://github.com/bmkor/csvparserwrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin": "orbenappdev@gmail.com"
13   },
14   "swift_version": "4.0",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/bmkor/csvparserwrapper.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "csvparserwrapper/*.{h,swift}",
24     "csvparserwrapper/*.{hpp,cpp,mm}"
25   ],
26   "public_header_files": "csvparserwrapper/*.h",
27   "requires_arc": true