[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 6 / SQLiteQuery / 1.0.0 / SQLiteQuery.podspec.json
blobc736ba7225544c1ccaf19aec672f6c61989bd82f
2   "name": "SQLiteQuery",
3   "version": "1.0.0",
4   "summary": "An easy to use SQLite wrapper for Swift 4",
5   "description": "Write SQL queries and get results. This framework is great for developers who like to write their own SQL queries.",
6   "homepage": "https://github.com/Bizbinus/sqlitequery",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gail Sparks": "gailsparks@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Bizbinus/sqlitequery.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "SQLiteQuery/",
23     "SQLiteQuery/**/*.{h,m,swift}"
24   ],
25   "pushed_with_swift_version": "4.0"