[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 5 / sqliteClasses / 1.0.3 / sqliteClasses.podspec.json
blob48801a4882e26ffb0b6d75f5289464f58ccaf5f4
2   "name": "sqliteClasses",
3   "version": "1.0.3",
4   "summary": "Framework to utilize the SQLite with simple methods",
5   "description": "sqliteClasses to utilize the SQLite with simple methods",
6   "homepage": "http://osoftz.com",
7   "license": "MIT",
8   "authors": {
9     "osoftz": "support@osoftz.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/osoftz/sqliteClasses.git",
16     "branch": "master"
17   },
18   "swift_version": "4.2",
19   "source_files": [
20     "sqliteClasees",
21     "Classes/**/*.swift"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "SQLite.swift": [
26       "~> 0.11.5"
27     ]
28   }