[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / b / 5 / QuickObserver / 1.0.0 / QuickObserver.podspec.json
blobde2cd3eaa101a91254669148317f4d2e9d5ab059
2   "name": "QuickObserver",
3   "version": "1.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": "9.0"
17   },
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/TimRascher/QuickObserver.git",
21     "branch": "Cocoapods/1.0.0",
22     "tag": "Cocoapods/1.0.0"
23   },
24   "source_files": "QuickObserver/**/*.{swift}"