2 "name": "SHFastEnumerationProtocols",
4 "summary": "NSFastEnumeration helpers and enumeration blocks through a protocol on foundation collection classes.",
5 "description": "NSFastEnumeration helpers and enumeration blocks through a protocol on foundation collection classes.\nHelpers for both keyed, index and unordered collection objects.\nConverting to other collection classes through dot notation.\nBlock based callers for enumeration. \nTested and ready. \n\n* NSArray and NSMutableArray\n* NSOrderedSet and NSMutableOrderedSet\n* NSSet, NSMutableSet and NSCountedset\n* NSHashTable \n* NSDictionary and NSMutableDictionary \n* NSMapTable\n\nTODO: NSIndexSet, NSMutableIndexSet and NSEnumerator. \n",
6 "homepage": "https://github.com/seivan/SHFastEnumerationProtocols",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHFastEnumerationProtocols.git",
19 "source_files": "SHFastEnumerationProtocols/**/*.{h,m}",