blob: 1fa28661bcc13ab08f5ae663a0160ad70b9b87f9 [file] [log] [blame]
{
"name": "LILKit",
"version": "0.0.2",
"summary": "My Objective-C boilerplate junk.",
"description": "Objective-C stuff like:\n* transformers \n*categories and \n* my log formatter",
"homepage": "https://github.com/gushov/LILKit",
"license": "MIT",
"authors": {
"August Hovland": "gushov@gmail.com"
},
"source": {
"git": "https://github.com/gushov/LILKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LILKit/**/*",
"dependencies": {
"CocoaLumberjack": [
"2.0.0"
]
}
}