blob: d06da4813354f3b82d23f76fd789952ee9b729e1 [file] [log] [blame]
{
"name": "PELocal-Data",
"version": "0.0.2",
"license": "MIT",
"summary": "An iOS static library facilitating the maintenance of a sync-able, SQLite database instance.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PELocal-Data",
"source": {
"git": "https://github.com/evanspa/PELocal-Data.git",
"tag": "PELocal-Data-v0.0.2"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.101"
],
"FMDB": [
"~> 2.5"
],
"PEHateoas-Client": [
"~> 1.0.8"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}