2 "name": "FCMutableArray",
5 "summary": "NSMutableArray with a delegate",
6 "homepage": "https://github.com/Altimor/FCMutableArray",
8 "Florent Crivello": "florent@indri.fr"
11 "git": "https://github.com/Altimor/FCMutableArray.git",
14 "description": "FCMutableArray is a composite class that behaves in the same way than an NSMutableArray, adding a delegate to it. The delegate is informed each time an object is added or removed from the array, and is also asked the permission to do so. That makes FCMutableArray a very good candidate to manage object queues.",
19 "source_files": "FCMutableArray/*.{h,m}"