[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 3 / 1 / DLFMDB / 0.1.0 / DLFMDB.podspec.json
blob8f488d64d27cabfea75a3dd267360e06743e4030
2   "name": "DLFMDB",
3   "version": "0.1.0",
4   "summary": "A Cocoa / Objective-C wrapper around FMDB.",
5   "homepage": "https://github.com/LinDing/DLFMDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LinDing": "dinglin1991@yeah.net"
12   },
13   "source": {
14     "git": "https://github.com/LinDing/DLFMDB.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "standard",
22   "subspecs": [
23     {
24       "name": "standard",
25       "libraries": "sqlite3",
26       "source_files": "DLFMDB/Classes/**/*",
27       "dependencies": {
28         "FMDB": [
30         ]
31       }
32     }
33   ]