4 "summary": "Objective-C Factory using runtime reflection",
5 "description": " The idea of a generic factory solution for Objective-C has been something\n\t\t that has been tounting me for a while so i took a crack at it.\n\n\t\t * No need to include headers into factory\n \t \t * Protocol for all implementations in factory.\n\t\t * No clutter\n\t\t * Fast\n\t\t * Elegant\n\t\t * Tested\n",
6 "homepage": "https://github.com/mrevilme/TPFactory",
12 "Emil Palm": "emil@x86.nu"
14 "social_media_url": "http://twitter.com/mrevilme",
18 "requires_arc": "true",
20 "git": "https://github.com/mrevilme/TPFactory.git",
23 "source_files": "TPFactory/src/**/*.{h,m}"