blob: d7889cb17ac53a168a8b5a3b15812119c87bf81c [file] [log] [blame]
{
"name": "PEHateoas-Client",
"version": "1.0.2",
"license": "MIT",
"summary": "An iOS library simplifying the consumption of hypermedia REST APIs.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEHateoas-Client",
"source": {
"git": "https://github.com/evanspa/PEHateoas-Client.git",
"tag": "PEHateoas-Client-v1.0.2"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
],
"PEObjc-Commons": [
"~> 1.0.1"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}