blob: 9baa935b5361864de5c7a29c6f53b01aa6322c39 [file] [log] [blame]
{
"name": "PEFuelPurchase-Common",
"version": "1.0.6",
"license": "MIT",
"summary": "An iOS static library containing constant definitions useful to the PEFuelPurchase-App application.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEFuelPurchase-Common",
"source": {
"git": "https://github.com/evanspa/PEFuelPurchase-Common.git",
"tag": "PEFuelPurchase-Common-v1.0.6"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEHateoas-Client": [
"~> 1.0.2"
]
}
}