blob: 2d6099842d5344a739b1701fbc794a7aa9adcf49 [file] [log] [blame]
{
"name": "MALazykit",
"version": "0.1.10",
"summary": "Collection of extensions for easier object instantiation.",
"description": " A lazy way to instantiate objects.\n Lazykit is a collection of categories adding methods for allow the usage of `[MyObject object]` instead of `[[MyObject alloc] init]` \n",
"homepage": "https://github.com/marlonandrade/malazykit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marlon Andrade": "marlonmandrade@gmail.com"
},
"source": {
"git": "https://github.com/marlonandrade/malazykit.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "MALazykit/**/*.{h,m}"
}