[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / b / 5 / QuickObserver / 1.0.1 / QuickObserver.podspec.json
blob110716f5b4be7b82edbcc03800a448c01156cec8
2   "name": "QuickObserver",
3   "version": "1.0.1",
4   "summary": "A quick way to enable observable behavior on any object.",
5   "description": "This library enable you to quickly add observers to your project.\nWith a little adoption you can make it so any object can report on changes of state, or issue  instructions to follower objects. The objects do not hold strong refrences to observing objects, and do not require the use of tokens.",
6   "homepage": "https://github.com/TimRascher/QuickObserver",
7   "documentation_url": "https://github.com/TimRascher/QuickObserver/blob/master/README.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Timothy Rascher": "timrascher@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "5.0",
19   "source": {
20     "git": "https://github.com/TimRascher/QuickObserver.git",
21     "branch": "Cocoapods/1.0.1",
22     "tag": "Cocoapods/1.0.1"
23   },
24   "source_files": "QuickObserver/**/*.{swift}"