[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / b / BridgeNet / 0.1.0 / BridgeNet.podspec.json
blob5b6d5eb2ee6b4f1e8684b289741d38f2876903ec
2   "name": "BridgeNet",
3   "version": "0.1.0",
4   "summary": "Library for sending messages within the application, replacing for the NotificationCenter and Observer Observable pattern",
5   "description": "The Pod is a representation of the messages delivery system within the app.\nIt can replace the NotificationCenter or Observer Observable pattern.\nUsing this library, you can send messages in a thread safety environment to\nany object on your app confirming Bridge protocols. It is flexible and keeping\nall your objects independent and testable.",
6   "homepage": "https://github.com/pichukov/Bridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pichukov": "pichukov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pichukov/Bridge.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "*.{swift}",
23   "swift_version": "4.2"