[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 4 / 7 / 3 / BNCSQLite / 1.3.3 / BNCSQLite.podspec.json
blobdcdd89dc4cff693e3132f741a7912608b2131f3d
2   "name": "BNCSQLite",
3   "version": "1.3.3",
4   "summary": "A Objective-C Wrapper Around SQLite",
5   "description": "A objective-C wrapper around SQLite inspired by CTPersistance",
6   "homepage": "https://github.com/BigNerdCoding/BNCSQLite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BigNerdCoding": "bignerdcoding@huami.com"
13   },
14   "source": {
15     "git": "https://github.com/BigNerdCoding/BNCSQLite.git",
16     "tag": "1.3.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BNCSQLite/**/*.{h,m}",
22   "libraries": "sqlite3"