2 "name": "ABSQLiteManager",
4 "summary": "ABSQLiteManager is a lightweight SQLite reading library for iOS. It can be used to quickly convert SQLite database to Foundation objects.",
5 "description": "It provides:\n\n * Converting SQLite database to Foundation objects.\n * Listing table structure\n * Listing table names\n * Listing column names\n * Easily fetching rows from tables\n * Easily fetching rows by using sql queries\n * Support for NSPredicate\n * Swift 4 support",
6 "homepage": "https://github.com/kristapsz/ABSQLiteManager",
12 "Kristaps Zeibarts": ""
15 "git": "https://github.com/kristapsz/ABSQLiteManager.git",
21 "source_files": "ABSQLiteManager/Classes/*.{h,m}",
22 "public_header_files": "ABSQLiteManager/Classes/*.h",
23 "libraries": "sqlite3"