[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 4 / 6 / a / ABSQLiteManager / 0.3 / ABSQLiteManager.podspec.json
blob75253516e3658b874712b4fa64435c5f90c20a2a
2   "name": "ABSQLiteManager",
3   "version": "0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kristaps Zeibarts": ""
13   },
14   "source": {
15     "git": "https://github.com/kristapsz/ABSQLiteManager.git",
16     "tag": "0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ABSQLiteManager/Classes/*.{h,m}",
22   "public_header_files": "ABSQLiteManager/Classes/*.h",
23   "libraries": "sqlite3"