[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 0 / f / PELocal-Data / 0.0.9 / PELocal-Data.podspec.json
blob2a29d72f4ae33b4b26b7a10589cee5c19c17515d
2   "name": "PELocal-Data",
3   "version": "0.0.9",
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.9"
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   "pod_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "dependencies": {
25     "PEObjc-Commons": [
26       "~> 1.0.101"
27     ],
28     "FMDB": [
29       "~> 2.5"
30     ],
31     "PEHateoas-Client": [
32       "~> 1.0.14"
33     ],
34     "CocoaLumberjack": [
35       "~> 1.9"
36     ]
37   }