blob: cee1d20c320acad997b886cc51e3800d29e7c405 [file] [log] [blame]
{
"name": "LLACategories",
"version": "0.1.0",
"authors": {
"Lukas Lipka": "lukaslipka@gmail.com"
},
"homepage": "https://github.com/lipka/LLACategories",
"summary": "A collection of categories for UIKit and Foundation classes.",
"source": {
"git": "https://github.com/lipka/LLACategories.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "LLACategories/*.{h,m}"
}