blob: 198c31fc8b8f6c7b97733ce6f9c96d452e0a4020 [file] [log] [blame]
{
"name": "Pathero",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Pathero": [
"Pod/Assets/*.png"
]
}
}