| { |
| "name": "FCMutableArray", |
| "version": "1.0", |
| "license": "GPL-3", |
| "summary": "NSMutableArray with a delegate", |
| "homepage": "https://github.com/Altimor/FCMutableArray", |
| "authors": { |
| "Florent Crivello": "florent@indri.fr" |
| }, |
| "source": { |
| "git": "https://github.com/Altimor/FCMutableArray.git", |
| "tag": "1.0" |
| }, |
| "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.", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "ios": { |
| "source_files": "FCMutableArray/*.{h,m}" |
| }, |
| "requires_arc": true |
| } |