blob: 4de8fcee6cfa56f4511f75a3d8921c8a91bb3cf8 [file] [log] [blame]
{
"name": "RestGoatee",
"version": "2.5.1",
"summary": "An intuitive JSON & XML deserialization library for ReST based client",
"homepage": "https://github.com/rdignard08/RestGoatee",
"license": "BSD",
"authors": {
"Ryan Dignard": "conceptuallyflawed@gmail.com"
},
"source": {
"git": "https://github.com/rdignard08/RestGoatee.git",
"tag": "2.5.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"compiler_flags": "-Wno-objc-designated-initializer",
"source_files": "RestGoatee",
"dependencies": {
"RestGoatee-Core": [
"= 2.1.5"
],
"AFNetworking": [
"= 2.5.4"
]
}
}