[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 2 / 8 / SQLAids / 0.2.1 / SQLAids.podspec.json
blob587a20a90ceda9e7c42634ddfcaf9911600889b8
2   "name": "SQLAids",
3   "version": "0.2.1",
4   "summary": "Small SQLite wrapper.",
5   "description": "Small \"blocks oriented\" sqlite wrapping tool for Objective-C",
6   "homepage": "https://github.com/eduardomendoncaSnow/SQLAids",
7   "license": "MIT",
8   "authors": {
9     "Pietro Caselani": "pietro.caselani@involves.com.br"
10   },
11   "source": {
12     "git": "https://github.com/eduardomendoncaSnow/SQLAids.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "SQLite.swift": [
22       "0.13.2"
23     ]
24   }