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