blob: a013f8d48162f96953942a747bb63d15eae1a6b4 [file] [log] [blame]
{
"name": "LILKit",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LILKit/**/*",
"dependencies": {
"CocoaLumberjack": [
"2.0.0"
],
"ReactiveCocoa": [
"~> 2.5"
]
}
}