2 "name": "SHFoundationAdditions",
4 "summary": "Additional prefixed categories for the Foundation framework *without* libffi.",
5 "description": "\n Additional prefixed categories for Foundation framework *without* libffi with optional Swizzling (for KVO).\n Blocks are hold with a weak reference so you don't have to cleanup when your object is gone. Comes with tests. \n\n Contains: \n * SHKeyValueObserverBlocks\n * SHFastEnumerationProtocols\n * SHObjectUserInfo\n * SHInvocation\n\n Summary:\n * For Mac OSX >=8 and iOS >= 6. \n * Swizzle and junk free\n * No need to clean up after - The blocks are self maintained.\n * Blocks are referenced in a map with weak properties\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n * No external dependencies\n * Lightweight \n * *NO* libffi \n \n",
6 "homepage": "https://github.com/seivan/SHFoundationAdditions",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHFoundationAdditions.git",
16 "SHKeyValueObserverBlocks": [
19 "SHFastEnumerationProtocols": [
33 "source_files": "SHFoundationAdditions/**/*.{h,m}",