[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / b / 5 / QuickObserver / 2.1.0 / QuickObserver.podspec.json
blobbe5d5ebfac9201923bd71b1d757a9e6fcc03d920
2   "name": "QuickObserver",
3   "version": "2.1.0",
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/2.1.0",
22     "tag": "Cocoapods/2.1.0"
23   },
24   "source_files": "QuickObserver/**/*.{swift}"