[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 3 / SQLAid / 0.2.0 / SQLAid.podspec.json
blob9adb8232136e56451eae6d6ee4119613113761d9
2   "name": "SQLAid",
3   "version": "0.2.0",
4   "summary": "Small SQLite wrapper.",
5   "description": "Small \"blocks oriented\" sqlite wrapping tool for Objective-C",
6   "homepage": "https://github.com/CopyIsRight/SQLAid",
7   "license": "MIT",
8   "authors": {
9     "Pietro Caselani": "pietro.caselani@involves.com.br"
10   },
11   "source": {
12     "git": "https://github.com/CopyIsRight/SQLAid.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "sqlite3": [
23     ]
24   }