[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 0 / f / PELocal-Data / 0.0.2 / PELocal-Data.podspec.json
blobd06da4813354f3b82d23f76fd789952ee9b729e1
2   "name": "PELocal-Data",
3   "version": "0.0.2",
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.2"
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.101"
24     ],
25     "FMDB": [
26       "~> 2.5"
27     ],
28     "PEHateoas-Client": [
29       "~> 1.0.8"
30     ],
31     "CocoaLumberjack": [
32       "~> 1.9"
33     ]
34   }