[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / b / 5 / QuickObserver / 2.1.1 / QuickObserver.podspec.json
blobe9efb69ade8526f45954148bf59669a21789e6d3
2   "name": "QuickObserver",
3   "version": "2.1.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_versions": "5.0",
19   "source": {
20     "git": "https://github.com/TimRascher/QuickObserver.git",
21     "branch": "Cocoapods/2.1.1",
22     "tag": "Cocoapods/2.1.1"
23   },
24   "source_files": "Sources/**/**/*.{swift}",
25   "swift_version": "5.0"