blob: bc28f03d996ec2ad382cb8309c503dab176b502a [file] [log] [blame]
{
"name": "RestGoatee",
"version": "2.6.3",
"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.6.3"
},
"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"
]
}
}