blob: da713ecf071fbe958b80eb17b3ce11eae4bb9440 [file] [log] [blame]
{
"name": "PEFuelPurchase-Model",
"version": "1.0.200",
"license": "MIT",
"summary": "An iOS static library representing the core logic of the Gas Jot 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.200"
},
"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.102"
],
"PELocal-Data": [
"~> 0.0.9"
],
"PEFuelPurchase-Common": [
"~> 1.0.12"
],
"FMDB": [
"~> 2.5"
],
"PEHateoas-Client": [
"~> 1.0.14"
],
"CocoaLumberjack": [
"~> 1.9"
],
"UICKeyChainStore": [
"~> 2.0.4"
],
"CHCSVParser": [
"~> 2.1.0"
]
},
"libraries": "sqlite3"
}