blob: d063a68d9d99aaf85d6a216d6e85a861f70ca529 [file] [log] [blame]
{
"name": "CsvToSqlite",
"version": "1.1",
"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": "http://dodikk.github.io/CsvToSqlite/v1.1/hierarchy.html",
"license": {
"type": "BSD",
"file": "LICENSE-BSD.txt"
},
"source": {
"git": "https://github.com/dodikk/CsvToSqlite.git",
"tag": "v1.1"
},
"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.1"
],
"ObjcScopedGuard": [
"~> 1.0"
],
"ESDatabaseWrapper": [
"~> 1.0"
],
"FMDB": [
"~> 2.0"
]
},
"frameworks": "Foundation",
"libraries": [
"sqlite3",
"c++",
"stdc++"
]
}
}