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