[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 1 / TTMutableArray / 1.0.1 / TTMutableArray.podspec.json
blobc799706b4a968b9349b3b4c8a02a788e3ba5f71b
2   "name": "TTMutableArray",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GG": "zhanggzgzhz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Zhangguiguang/TTMutableArray.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TTMutableArray/Classes/**/*"