[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 1 / TTMutableArray / 1.0.0 / TTMutableArray.podspec.json
blob4d4fb6725c9d455529abfa99db4c03d7f022f2bd
2   "name": "TTMutableArray",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TTMutableArray/Classes/**/*"