[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 7 / b / 5 / QuickObserver / 2.0.0 / QuickObserver.podspec.json
blob4557e395218132885b0e21a8a637518d7f1d175b
2   "name": "QuickObserver",
3   "version": "2.0.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.0.0",
22     "tag": "Cocoapods/2.0.0"
23   },
24   "source_files": "QuickObserver/**/*.{swift}"