blob: 0cbe78735c828b03c316fbf4d18ea591e336a710 [file] [log] [blame]
{
"name": "PEHateoas-Client",
"version": "1.0.10",
"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.10"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"PEObjc-Commons": [
"~> 1.0.101"
],
"CocoaLumberjack": [
"~> 1.9"
]
}
}