[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / f / CsvToSqlite / 1.0 / CsvToSqlite.podspec.json
blob610beedce1fa0aa2033a42aa321083a7e0c33d93
2   "name": "CsvToSqlite",
3   "version": "1.0",
4   "summary": "An iOS library to import a CSV file to the SQLite table",
5   "description": "An iOS library to import a CSV file to the SQLite table. ",
6   "homepage": "https://github.com/dodikk/CsvToSqlite",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE-BSD.txt"
10   },
11   "source": {
12     "git": "https://github.com/dodikk/CsvToSqlite.git",
13     "tag": "v1.0"
14   },
15   "authors": {
16     "Alexander Dodatko": "dodikk88.tutor@gmail.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "ios": {
22     "requires_arc": true,
23     "header_mappings_dir": "CsvToSqlite",
24     "source_files": "CsvToSqlite/**/*.{c,cpp,mm,h,m,hpp}",
25     "prefix_header_file": "CsvToSqlite/CsvToSqlite-Prefix.pch",
26     "dependencies": {
27       "ESLocale": [
28         "~> 1.0.1"
29       ],
30       "ObjcScopedGuard": [
31         "~> 1.0"
32       ],
33       "ESDatabaseWrapper": [
34         "~> 1.0"
35       ],
36       "FMDB": [
37         "~> 2.0"
38       ]
39     },
40     "frameworks": "Foundation",
41     "libraries": [
42       "sqlite3",
43       "c++",
44       "stdc++"
45     ]
46   }