blob: f3c54b4a1ef96075e498ce8b55d32cd99d413170 [file] [log] [blame]
{
"name": "PXDToolkit",
"version": "0.2.0",
"summary": "A collection of Swift utility extensions and functions",
"description": "This is a collection of utility extensions and functions that I use in my projects.",
"homepage": "https://github.com/pixeldock/PXDToolkit",
"license": "MIT",
"authors": {
"Jörn Schoppe": "joern@pixeldock.com"
},
"source": {
"git": "https://github.com/pixeldock/PXDToolkit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXDToolkit": [
"Pod/Assets/*.png"
]
}
}