[Add] ApproovURLSession 3.3.2
[CocoaPods.git] / Specs / b / 7 / 9 / PubSubSwift / 0.3.0 / PubSubSwift.podspec.json
blobcadd0082a9cc186c4508768d5cc6da7253408758
2   "name": "PubSubSwift",
3   "version": "0.3.0",
4   "summary": "A type-safe implementation Swift of PubSub/event hub that can be used as a replacement for the NotificationCenter",
5   "description": "A type-safe implementation Swift of PubSub/event hub that can be used as a replacement for the NotificationCenter.",
6   "homepage": "https://github.com/alinradut/PubSubSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alin Radut": "..."
13   },
14   "source": {
15     "git": "https://github.com/alinradut/PubSubSwift.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "PubSub/Classes/**/*",
23   "swift_version": "5.1"