blob: 05923f27cb7f1c6e7cb543f3fb42cd186a1a3070 [file] [log] [blame]
{
"name": "Nosce",
"version": "0.1.2",
"summary": "Nosce - print your models",
"description": "Nosce is a swift utility library that prints out the insides of model type objects",
"homepage": "https://github.com/devgabrielcoman/nosce",
"license": "https://github.com/devgabrielcoman/nosce/blob/master/LICENSE",
"authors": {
"Gabriel Coman": "dev.gabriel.coman@gmail.com"
},
"source": {
"git": "https://github.com/devgabrielcoman/nosce.git",
"branch": "master",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Nosce/Pod/Classes/*",
"resource_bundles": {
"Nosce": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Dollar": [
]
}
}