blob: e4db6de7485262dfa5e630d1197590dbbc4fa26a [file] [log] [blame]
{
"name": "Pathero",
"version": "0.1.0",
"summary": "A helper for creating URL path strings",
"description": "\t\t\tPather is a helper to create URL path string.\n\n\t\t\tIt uses blocks to provide a nice chainable funcition syntax, I made it for myself\n\t\t\tbut it really made my code nicer and I wanted to share it.\n",
"homepage": "https://github.com/nextorlg/Pathero",
"license": "MIT",
"authors": {
"Nestor Lafon-Gracia": "nestor.lafon@gmail.com"
},
"source": {
"git": "https://github.com/nextorlg/Pathero.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Pathero": [
"Pod/Assets/*.png"
]
}
}