blob: c97defc586b26fb94d05795a3dc0435fcf79999f [file] [log] [blame]
{
"name": "SHFastEnumerationProtocols",
"version": "1.6.2",
"summary": "NSFastEnumeration helpers and enumeration blocks through a protocol on foundation collection classes.",
"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",
"homepage": "https://github.com/seivan/SHFastEnumerationProtocols",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHFastEnumerationProtocols.git",
"tag": "1.6.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SHFastEnumerationProtocols/**/*.{h,m}",
"requires_arc": true,
"social_media_url": "https://twitter.com/seivanheidari"
}