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