[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / b / 5 / 8 / FCMutableArray / 1.0 / FCMutableArray.podspec.json
blobb6f98cb4744f27a3130a96646c346e027fef594a
2   "name": "FCMutableArray",
3   "version": "1.0",
4   "license": "GPL-3",
5   "summary": "NSMutableArray with a delegate",
6   "homepage": "https://github.com/Altimor/FCMutableArray",
7   "authors": {
8     "Florent Crivello": "florent@indri.fr"
9   },
10   "source": {
11     "git": "https://github.com/Altimor/FCMutableArray.git",
12     "tag": "1.0"
13   },
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.",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "ios": {
19     "source_files": "FCMutableArray/*.{h,m}"
20   },
21   "requires_arc": true