[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / c / ALBNoSQLDB / 4.2.5 / ALBNoSQLDB.podspec.json
blob6ac0fea6d8f47b0026156afbca243ca2c60d9139
2   "name": "ALBNoSQLDB",
3   "version": "4.2.5",
4   "summary": "A thread safe SQLite database wrapper written in Swift 3",
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.10",
13     "ios": "9.0"
14   },
15   "osx": {
16     "frameworks": [
17       "AppKit",
18       "Foundation"
19     ],
20     "source_files": [
21       "ALBNoSQLDB",
22       "ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
23     ]
24   },
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "Foundation"
29     ],
30     "source_files": [
31       "ALBNoSQLDB",
32       "ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
33     ]
34   },
35   "source": {
36     "git": "https://github.com/AaronBratcher/ALBNoSQLDB.git",
37     "tag": "4.2.5"
38   },
39   "libraries": "sqlite3"