blob: d1d740a10c8ea4255afdf8554fd99685c328e9f3 [file] [log] [blame]
{
"name": "PELocal-Data",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.100"
],
"FMDB": [
"~> 2.5"
],
"PEHateoas-Client": [
"~> 1.0.8"
],
"CocoaLumberjack": [
"~> 1.9"
]
},
"libraries": "sqlite3"
}