[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / c / ALBNoSQLDB / 4.2.2 / ALBNoSQLDB.podspec.json
blob493a63e126ba52863a35886010cd16c3de0f9be7
2   "name": "ALBNoSQLDB",
3   "version": "4.2.2",
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.2"
38   },
39   "libraries": "sqlite3",
40   "pushed_with_swift_version": "3.0"