blob: 610beedce1fa0aa2033a42aa321083a7e0c33d93 [file] [log] [blame]
{
"name": "CsvToSqlite",
"version": "1.0",
"summary": "An iOS library to import a CSV file to the SQLite table",
"description": "An iOS library to import a CSV file to the SQLite table. ",
"homepage": "https://github.com/dodikk/CsvToSqlite",
"license": {
"type": "BSD",
"file": "LICENSE-BSD.txt"
},
"source": {
"git": "https://github.com/dodikk/CsvToSqlite.git",
"tag": "v1.0"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"requires_arc": true,
"header_mappings_dir": "CsvToSqlite",
"source_files": "CsvToSqlite/**/*.{c,cpp,mm,h,m,hpp}",
"prefix_header_file": "CsvToSqlite/CsvToSqlite-Prefix.pch",
"dependencies": {
"ESLocale": [
"~> 1.0.1"
],
"ObjcScopedGuard": [
"~> 1.0"
],
"ESDatabaseWrapper": [
"~> 1.0"
],
"FMDB": [
"~> 2.0"
]
},
"frameworks": "Foundation",
"libraries": [
"sqlite3",
"c++",
"stdc++"
]
}
}