blob: 52b7955b0d43aaa41ab7a6358116c8f65c0ff117 [file] [log] [blame]
{
"name": "NSObject+Builder",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/mergesort/NSObject-Builder",
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"summary": "A category on NSObject for implementing the builder pattern on any object.",
"source": {
"git": "https://github.com/mergesort/NSObject-Builder.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"platforms": {
"ios": "4.0"
}
}