[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 2 / MRDeallocSubscriber / 0.1.0 / MRDeallocSubscriber.podspec.json
blobce09abbc2673f6fbc8933c7d347124cfd17dba91
2   "name": "MRDeallocSubscriber",
3   "version": "0.1.0",
4   "summary": "Objective-C Object dealloc event subscriber.(Objective-C 对象析构事件订阅者)",
5   "requires_arc": true,
6   "description": "If you want auto \"cancel\" obj B's method when obj A dealloc, You can let obj B subscribe the obj A's dealloc event by block or B confirm MRSubscriberProtocol.\nIf you want \"bind\" obj A to obj B,require them have same lifecycle,you can use strong subscriber.\n(如果你想在obj A 析构时,自动调用 obj B 的方法时,可以让 B 去订阅 A 的析构事件来实现。\n 如果你想将 obj A 和 obj B “绑定”,已达到他们的生命周期相同的目的,那么你可以使用强引用订阅。)",
7   "homepage": "https://github.com/debugly/MRDeallocSubscriber",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MattReach": "qianlongxu@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/debugly/MRDeallocSubscriber.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.6"
22   },
23   "source_files": "MRDeallocSubscriber/Classes/**/*",
24   "public_header_files": [
25     "MRDeallocSubscriber/Classes/MRSubscriberProtocol.h",
26     "MRDeallocSubscriber/Classes/NSObject+MRDeallocSubscriber.h"
27   ]