[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 0 / f / PELocal-Data / 0.0.1 / PELocal-Data.podspec.json
blobd1d740a10c8ea4255afdf8554fd99685c328e9f3
2   "name": "PELocal-Data",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "An iOS static library facilitating the maintenance of a sync-able, SQLite database instance.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PELocal-Data",
10   "source": {
11     "git": "https://github.com/evanspa/PELocal-Data.git",
12     "tag": "PELocal-Data-v0.0.1"
13   },
14   "platforms": {
15     "ios": "8.4"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "PEObjc-Commons": [
23       "~> 1.0.100"
24     ],
25     "FMDB": [
26       "~> 2.5"
27     ],
28     "PEHateoas-Client": [
29       "~> 1.0.8"
30     ],
31     "CocoaLumberjack": [
32       "~> 1.9"
33     ]
34   },
35   "libraries": "sqlite3"