[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 9 / a / c / ALBNoSQLDB / 5.0.3 / ALBNoSQLDB.podspec.json
blob69707901385e0a7b1b4d4a02864a4895a70e879c
2   "name": "ALBNoSQLDB",
3   "version": "5.0.3",
4   "summary": "A thread safe SQLite database wrapper written in Swift 4.2",
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": "5.0.3"
38   },
39   "libraries": "sqlite3"