[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 8 / LiveObjectTracer / 0.1.1 / LiveObjectTracer.podspec.json
blob589c5b062a2a64c5b1056b15f4de56fe2c3c7547
2   "name": "LiveObjectTracer",
3   "version": "0.1.1",
4   "summary": "Library to notice you when the NSObject or subclass object was deallocated",
5   "description": "I was tried to let some actions when the object was deallocated.\nLiveObjectTracer is one of the solution for it.\n\nIt trigger delegate method when the NSObject or subclass object was deallocated.\nThe object includes all of the NSObject subclasses,\nyour made and third party made and Apple made.\nYou can use this library to any situations.\n\nI got core concept of LiveObjectTracer from\nhttp://stackoverflow.com/questions/14957382/want-to-perform-action-when-weak-ivar-is-niled.\nThank you stackoverflow and users!",
6   "homepage": "https://github.com/wagyu298/LiveObjectTracer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wagyu298": "wagyu298@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wagyu298/LiveObjectTracer.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/wagyu298",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LiveObjectTracer/Classes/**/*"