[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / c / ALBNoSQLDB / 6.0.0 / ALBNoSQLDB.podspec.json
blobb82c8ceb95f48936c01398d363d13cd3dbfcee2b
2   "name": "ALBNoSQLDB",
3   "version": "6.0.0",
4   "summary": "A thread safe SQLite database wrapper written in Swift 5",
5   "homepage": "https://github.com/AaronBratcher/ALBNoSQLDB",
6   "license": "MIT",
7   "authors": {
8     "Aaron Bratcher": "aaronlbratcher@yahoo.com"
9   },
10   "social_media_url": "http://twitter.com/AaronLBratcher",
11   "platforms": {
12     "osx": "10.15",
13     "ios": "13.0"
14   },
15   "swift_versions": "5.2",
16   "osx": {
17     "frameworks": [
18       "AppKit",
19       "Foundation"
20     ],
21     "source_files": [
22       "ALBNoSQLDB",
23       "ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
24     ]
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "Foundation"
30     ],
31     "source_files": [
32       "ALBNoSQLDB",
33       "ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
34     ]
35   },
36   "source": {
37     "git": "https://github.com/AaronBratcher/ALBNoSQLDB.git",
38     "tag": "6.0.0"
39   },
40   "libraries": "sqlite3",
41   "swift_version": "5.2"