[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / a / 1 / SJObserverHelper / 1.1.1 / SJObserverHelper.podspec.json
blob921c7366e0979c5d65a968e6efd1b801ab3b5663
2   "name": "SJObserverHelper",
3   "version": "1.1.1",
4   "summary": "auto remove KVO observer.",
5   "description": "Call the specified method to auto remove KVO observer. 调用指定方法, 自动移除观察者.",
6   "homepage": "https://github.com/changsanjiang/SJObserverHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJObserverHelper.git",
19     "tag": "v1.1.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "public_header_files": "Classes/*.h",
26   "frameworks": "UIKit",
27   "requires_arc": true