[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / f / 4 / SHFastEnumerationProtocols / 1.4.0 / SHFastEnumerationProtocols.podspec.json
blobddaeab3a7dc38ed0b7787fcdbf815babe6cc143d
2   "name": "SHFastEnumerationProtocols",
3   "version": "1.4.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHFastEnumerationProtocols.git",
13     "tag": "1.4.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": "SHFastEnumerationProtocols/**/*.{h,m}",
20   "requires_arc": true