blob: 5f7865bd3fc57dd9cf182b9d74f682c8ebaf98f4 [file] [log] [blame]
{
"name": "PEFuelPurchase-Model",
"version": "1.0.24",
"license": "MIT",
"summary": "An iOS static library representing the core logic of the PEFuelPurchase-App application.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEFuelPurchase-Model",
"source": {
"git": "https://github.com/evanspa/PEFuelPurchase-Model.git",
"tag": "PEFuelPurchase-Model-v1.0.24"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.6"
],
"PEFuelPurchase-Common": [
"~> 1.0.8"
],
"FMDB": [
"~> 2.5"
],
"PEHateoas-Client": [
"~> 1.0.2"
],
"CocoaLumberjack": [
"~> 1.9"
],
"UICKeyChainStore": [
"~> 2.0.4"
]
},
"libraries": "sqlite3"
}