blob: e82d3e9c5323ba2dbe60416987b14bbec3be4e99 [file] [log] [blame]
{
"name": "RestGoatee",
"version": "2.7.1",
"summary": "An intuitive JSON & XML deserialization library for ReST based clients",
"homepage": "https://github.com/rdignard08/RestGoatee",
"license": "BSD",
"authors": {
"Ryan Dignard": "conceptuallyflawed@gmail.com"
},
"source": {
"git": "https://github.com/rdignard08/RestGoatee.git",
"tag": "2.7.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "RestGoatee",
"dependencies": {
"RestGoatee-Core": [
"~> 2.2"
],
"AFNetworking": [
"~> 3.0"
]
}
}