blob: 20ef47f0d0b23989e47630f2328a9d8810c6b7ce [file] [log] [blame]
{
"name": "PEHateoas-Client",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"PEObjc-Commons": [
"~> 1.0.43"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}