blob: cb3fc45a3bc61e6adfb3550a9efde2eb6bf67afc [file] [log] [blame]
{
"name": "BBTemplater",
"version": "0.1.10",
"summary": "Engine to process data.",
"description": "Allows to process text data with xml templates.",
"homepage": "https://github.com/Ligr/BBTemplater",
"license": "MIT",
"authors": {
"Alex": "aliaksandr.huryn@gmail.com"
},
"source": {
"git": "https://github.com/Ligr/BBTemplater.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BBTemplater": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Sequencer": [
"~> 1.0"
],
"LPXML": [
"~> 0.1"
]
}
}