[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 0 / e / PLDatabase / 2.0-alpha / PLDatabase.podspec.json
blob1e8e37088d9d4913841c2d3d984b29922cf49e57
2   "name": "PLDatabase",
3   "version": "2.0-alpha",
4   "summary": "A SQL database access library for Objective-C.",
5   "description": "                    A SQL database access library for Objective-C, initially focused on SQLite as an application database. The library supports both OS X and iPhone development.\n                    \n                    Plausible Database is provided free of charge under the BSD license, and may be freely integrated with any application.\n                    \n                    This podspec written and freely contributed by Gwynne Raskind of [Chaotic Moon Studios](http://chaoticmoon.com).\n",
6   "homepage": "http://http://code.google.com/p/pldatabase/",
7   "license": "BSD",
8   "authors": {
9     "Landon Fuller": "landon.j.fuller@gmail.com",
10     "Chris Campbell": "chriscampbell@gmail.com",
11     "Nick Barkas": "nick.barkas@gmail.com"
12   },
13   "source": {
14     "svn": "http://pldatabase.googlecode.com/svn/trunk/"
15   },
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "default_subspecs": [
21     "standard"
22   ],
23   "requires_arc": false,
24   "subspecs": [
25     {
26       "name": "common",
27       "compiler_flags": [
28         "-DSQLITE_ENABLE_UNLOCK_NOTIFY",
29         "-DPL_DB_PRIVATE=1"
30       ],
31       "source_files": [
32         "Classes",
33         "Other Sources"
34       ],
35       "exclude_files": "Classes/**/*Tests{.h,.m}",
36       "preserve_paths": "Doxyfile",
37       "frameworks": "Foundation",
38       "requires_arc": false
39     },
40     {
41       "name": "standard",
42       "dependencies": {
43         "sqlite3": [
44           "~> 3.8.0.2"
45         ],
46         "sqlite3/unlock_notify": [
48         ],
49         "PLDatabase/common": [
51         ]
52       }
53     },
54     {
55       "name": "sqlcipher",
56       "dependencies": {
57         "SQLCipher/unlock_notify": [
59         ],
60         "PLDatabase/common": [
62         ]
63       }
64     }
65   ]