blob: 8b1b01958c8b4d5a2eb9b802147b1572c29ba915 [file] [log] [blame]
{
"name": "MALazykit",
"version": "0.1",
"summary": "Collection of extensions for easier object instantiation.",
"description": " A lazy way to instantiate objects.\n Lazykit for providing categories methods for using `[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"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "MALazykit/**/*.{h,m}"
}