blob: 7fa7690ab307e3f40f0eac7cf1edbbce42a80080 [file] [log] [blame]
{
"name": "LazyProperty",
"version": "1.1.0",
"summary": "One line lazy property definition, with auto triggering, custom selectors",
"description": "\t \t\t\t\tOne line lazy property definition, with auto triggering, custom selectors\n\t\t\t\t\tARC only, XCode 4.4 minimum (For auto synthesized properties)\n\n\t\t\t\t\tDealing with lazy properties can be cumbersome sometimes, copy/pasting same code again and again.\n\t\t\t\t\tThis code can be disturbing when reading source file.\n\t\t\t\t\tSometimes, you have to execute some code on property initialisation.\n",
"homepage": "https://github.com/nicolasgoutaland/LazyProperty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicolasgoutaland": "nicolas.goutaland@gmail.com"
},
"source": {
"git": "https://github.com/nicolasgoutaland/LazyProperty.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}