blob: 9adeff807f09805a5bbd930d0753e7207ce32138 [file] [log] [blame]
{
"name": "PELocal-Data",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.101"
],
"FMDB": [
"~> 2.5"
],
"PEHateoas-Client": [
"~> 1.0.14"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}