2 "name": "TTMutableArray",
4 "summary": "A Mutable Array that can be observed.",
5 "description": "If you want to KVO the changes in the elements of the mutable array, you can use the observable TTMutableArray.\nOr you can use the category method to add observer to any NSMutableArray.",
6 "homepage": "https://github.com/Zhangguiguang/TTMutableArray",
12 "GG": "zhanggzgzhz@gmail.com"
15 "git": "https://github.com/Zhangguiguang/TTMutableArray.git",
21 "source_files": "TTMutableArray/Classes/**/*"