blob: 30197f14d2929fb0ba4aae9be0e52bd84fab610e [file] [log] [blame]
{
"name": "Ogra",
"version": "2.2.0",
"summary": "Provides the ability to convert from a model object into an Argo JSON representation.",
"description": "A companion project for the Argo library that facilitates converting back from model objects into JSON",
"homepage": "https://github.com/edwardaux/Ogra",
"license": "MIT",
"authors": "Craig Edwards",
"source": {
"git": "https://github.com/edwardaux/Ogra.git",
"tag": "2.2.0"
},
"dependencies": {
"Argo": [
"~> 2.2"
]
},
"source_files": "Ogra/**/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
}
}