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